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 <[email protected]> Authored: Fri Jan 23 14:20:58 2015 -0800 Committer: Alex Harui <[email protected]> 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); }
