method was in twice and the last one broke release mode js cross-compiles

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

Branch: refs/heads/develop
Commit: 22500af0231d2b0acbbe10c909f413c331a1bf43
Parents: 815ea6f
Author: Alex Harui <aha...@apache.org>
Authored: Wed Apr 16 12:36:30 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Wed Apr 16 12:36:30 2014 -0700

----------------------------------------------------------------------
 frameworks/js/FlexJS/src/org/apache/flex/html/Container.js | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/22500af0/frameworks/js/FlexJS/src/org/apache/flex/html/Container.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/Container.js 
b/frameworks/js/FlexJS/src/org/apache/flex/html/Container.js
index 2dd64a4..baf82e3 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/Container.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/Container.js
@@ -94,11 +94,3 @@ org.apache.flex.html.Container.prototype.getChildren = 
function() {
   return this.element.children;
 };
 
-
-/**
- * Called after all of the children have been added to the container.
- * @return {void}
- */
-org.apache.flex.html.Container.prototype.childrenAdded = function() {};
-
-

Reply via email to