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/11/22 01:32:01 UTC

[7/7] git commit: [flex-falcon] [refs/heads/develop] - fix this test new that fx:Declarations work

fix this test new that fx:Declarations work


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/96c45c44
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/96c45c44
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/96c45c44

Branch: refs/heads/develop
Commit: 96c45c445566a3b01c8108dd69d4720989bf68d7
Parents: e28cf15
Author: Alex Harui <ah...@apache.org>
Authored: Fri Nov 21 16:31:38 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Nov 21 16:31:38 2014 -0800

----------------------------------------------------------------------
 .../projects/simpleMXML/src/SimpleMXML_Project_result.js     | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/96c45c44/compiler.jx.tests/test-files/vf2js/projects/simpleMXML/src/SimpleMXML_Project_result.js
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/test-files/vf2js/projects/simpleMXML/src/SimpleMXML_Project_result.js b/compiler.jx.tests/test-files/vf2js/projects/simpleMXML/src/SimpleMXML_Project_result.js
index 258904a..9373345 100644
--- a/compiler.jx.tests/test-files/vf2js/projects/simpleMXML/src/SimpleMXML_Project_result.js
+++ b/compiler.jx.tests/test-files/vf2js/projects/simpleMXML/src/SimpleMXML_Project_result.js
@@ -34,7 +34,13 @@ goog.require('org.apache.flex.utils.Language');
  */
 SimpleMXML_Project = function() {
   SimpleMXML_Project.base(this, 'constructor');
-  };
+  
+  /**
+   * @private
+   * @type {example.Component}
+   */
+  this.$ID0;
+};
 goog.inherits(SimpleMXML_Project, spark.components.Application);