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 2016/11/09 19:44:14 UTC

[2/5] git commit: [flex-falcon] [refs/heads/feature-autobuild/example-maven-dirs] - fix build

fix build


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

Branch: refs/heads/feature-autobuild/example-maven-dirs
Commit: 3d11fba9514b978c696ebc7d292cc32f7f5db280
Parents: c5e73c7
Author: Alex Harui <ah...@apache.org>
Authored: Tue Nov 8 12:32:31 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Nov 9 11:44:00 2016 -0800

----------------------------------------------------------------------
 .../src/test/resources/flexjs/files/MyInitialView_result.js        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3d11fba9/compiler-jx/src/test/resources/flexjs/files/MyInitialView_result.js
----------------------------------------------------------------------
diff --git a/compiler-jx/src/test/resources/flexjs/files/MyInitialView_result.js b/compiler-jx/src/test/resources/flexjs/files/MyInitialView_result.js
index c0bfc75..1bc0837 100644
--- a/compiler-jx/src/test/resources/flexjs/files/MyInitialView_result.js
+++ b/compiler-jx/src/test/resources/flexjs/files/MyInitialView_result.js
@@ -453,7 +453,7 @@ Object.defineProperties(MyInitialView.prototype, /** @lends {MyInitialView.proto
         if (this.mxmldd == undefined)
         {
           /** @type {Array} */
-          var arr = org.apache.flex.utils.Language.superGetter(MyInitialView,this, 'MXMLDescriptor');
+          var arr = MyInitialView.superClass_.get__MXMLDescriptor.apply(this);
           /** @type {Array} */
           var data = [
       org.apache.flex.html.Label,