get rid of no-longer-needed code (now in base class) which gets rid of a warning
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a8f5e043 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a8f5e043 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a8f5e043 Branch: refs/heads/develop Commit: a8f5e043fb4db2d9761e163e2ebf2cde595895cd Parents: a9192e3 Author: Alex Harui <aha...@apache.org> Authored: Thu Aug 27 14:39:01 2015 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Thu Aug 27 14:39:01 2015 -0700 ---------------------------------------------------------------------- .../HTML/js/src/org/apache/flex/html/Panel.js | 19 ------------------- 1 file changed, 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a8f5e043/frameworks/projects/HTML/js/src/org/apache/flex/html/Panel.js ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/js/src/org/apache/flex/html/Panel.js b/frameworks/projects/HTML/js/src/org/apache/flex/html/Panel.js index 50e85ac..6090a64 100644 --- a/frameworks/projects/HTML/js/src/org/apache/flex/html/Panel.js +++ b/frameworks/projects/HTML/js/src/org/apache/flex/html/Panel.js @@ -121,25 +121,6 @@ org.apache.flex.html.Panel.prototype.createElement = }; -/** - * @override - * -org.apache.flex.html.Panel.prototype.addedToParent = - function() { - org.apache.flex.html.Panel.base(this, 'addedToParent'); -};*/ - - -/** - * @override - * @return {Array} the HTML DOM element children. - * -org.apache.flex.html.Panel.prototype.internalChildren = - function() { - return this.contentArea.children; -};*/ - - Object.defineProperties(org.apache.flex.html.Panel.prototype, { /** @export */ showCloseButton: {