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 <[email protected]> Authored: Tue Nov 8 12:32:31 2016 -0800 Committer: Alex Harui <[email protected]> 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,
