Repository: flex-asjs
Updated Branches:
  refs/heads/develop c4d292fb6 -> 38f906b83


Dispatch initBindings event, mirroring the AS version


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

Branch: refs/heads/develop
Commit: 2fa2816a048b46d05457b8c9b361e7206dd71493
Parents: c4d292f
Author: OmPrakash Muppirala <[email protected]>
Authored: Sun Oct 19 02:26:27 2014 -0700
Committer: OmPrakash Muppirala <[email protected]>
Committed: Sun Oct 19 02:26:27 2014 -0700

----------------------------------------------------------------------
 frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2fa2816a/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js 
b/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js
index 91ad3bc..5df912a 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ContainerBase.js
@@ -60,6 +60,7 @@ org.apache.flex.core.ContainerBase.prototype.addedToParent = 
function() {
   org.apache.flex.core.ContainerBase.base(this, 'addedToParent');
   org.apache.flex.utils.MXMLDataInterpreter.generateMXMLInstances(this, this, 
this.get_MXMLDescriptor());
 
+  this.dispatchEvent('initBindings');
   this.dispatchEvent('initComplete');
   this.dispatchEvent('childrenAdded');
 };

Reply via email to