You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/03/21 19:55:48 UTC

[02/10] git commit: [flex-asjs] [refs/heads/develop] - need flexjs_wrapper for mustella/marmotinni

need flexjs_wrapper for mustella/marmotinni


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

Branch: refs/heads/develop
Commit: 7187bb1d49bd516f3d5549cd29c5586c9eb24b4c
Parents: e9e2f0b
Author: Alex Harui <ah...@apache.org>
Authored: Thu Mar 20 13:24:13 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Mar 20 13:27:08 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7187bb1d/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js b/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
index 33a14ee..769998b 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
@@ -75,6 +75,7 @@ org.apache.flex.core.Application.prototype.valuesImpl = null;
  */
 org.apache.flex.core.Application.prototype.start = function() {
   this.element = document.getElementsByTagName('body')[0];
+  this.element.flexjs_wrapper = this;
 
   org.apache.flex.utils.MXMLDataInterpreter.generateMXMLProperties(this,
       this.get_MXMLProperties());