You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/01/23 23:22:16 UTC

[2/3] git commit: [flex-asjs] [refs/heads/develop] - lint

lint


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f5fc0384
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f5fc0384
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f5fc0384

Branch: refs/heads/develop
Commit: f5fc0384d7bfb54812b8d0572f277de438d05f4b
Parents: ebad8a5
Author: Alex Harui <ah...@apache.org>
Authored: Fri Jan 23 14:20:58 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jan 23 14:20:58 2015 -0800

----------------------------------------------------------------------
 frameworks/js/FlexJS/src/org/apache/flex/html/beads/PanelView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f5fc0384/frameworks/js/FlexJS/src/org/apache/flex/html/beads/PanelView.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/beads/PanelView.js b/frameworks/js/FlexJS/src/org/apache/flex/html/beads/PanelView.js
index 13d608f..e30f017 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/beads/PanelView.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/beads/PanelView.js
@@ -88,7 +88,7 @@ org.apache.flex.html.beads.PanelView.prototype.changeHandler =
   {
     this.titleBarAdded_ = true;
     strand.addElement(this.titleBar_);
-	if (strand.controlBar != null)
+    if (strand.controlBar != null)
       strand.addElement(strand.controlBar);
   }