Repository: flex-falcon Updated Branches: refs/heads/develop 17ce8fe0c -> 0c648e511
add svg.js to JS.swc Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/0c648e51 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/0c648e51 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/0c648e51 Branch: refs/heads/develop Commit: 0c648e51147e15ca5e59cc4c762749c2923fce3c Parents: 17ce8fe Author: Alex Harui <[email protected]> Authored: Thu Jun 18 13:54:50 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Jun 18 13:54:50 2015 -0700 ---------------------------------------------------------------------- .../compiler/internal/codegen/externals/ExternalsTestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/0c648e51/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java index 2cb8795..2c44675 100644 --- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java +++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java @@ -137,6 +137,6 @@ public class ExternalsTestUtils config.addExternal(coreRoot + "/webgl.js"); config.addExternal(coreRoot + "/webstorage.js"); - //config.addExternal(coreRoot + "/svg.js"); + config.addExternal(coreRoot + "/svg.js"); } }
