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/1a482966 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1a482966 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1a482966 Branch: refs/heads/develop Commit: 1a482966897e73a6c66e4f8349dee60c4a09b259 Parents: 5aa8dd0 Author: Alex Harui <[email protected]> Authored: Mon Dec 22 10:06:40 2014 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Dec 22 10:06:40 2014 -0800 ---------------------------------------------------------------------- frameworks/js/FlexJS/src/org/apache/flex/html/Panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1a482966/frameworks/js/FlexJS/src/org/apache/flex/html/Panel.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/Panel.js b/frameworks/js/FlexJS/src/org/apache/flex/html/Panel.js index 446845b..eb9033b 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/html/Panel.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/html/Panel.js @@ -116,7 +116,7 @@ org.apache.flex.html.Panel.prototype.createElement = this.element = document.createElement('div'); this.element.className = 'Panel'; - this.typeNames = "Panel"; + this.typeNames = 'Panel'; this.contentArea = document.createElement('div'); this.contentArea.flexjs_wrapper = this;
