You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/06/24 15:49:18 UTC

[3/7] git commit: [flex-falcon] [refs/heads/develop] - # is the new @

# is the new @

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 57f963669a72652c1ac0500ba8bd2855ae637c2d
Parents: 53d0bd4
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Mon Jun 23 16:39:28 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Mon Jun 23 16:39:28 2014 +0200

----------------------------------------------------------------------
 .../flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/57f96366/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java
index 01b52f2..24e2f01 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java
@@ -195,7 +195,7 @@ public class JSGoogPublisher extends JSPublisher implements IJSPublisher
             throws IOException
     {
         StringBuilder appendString = new StringBuilder();
-        appendString.append("\n//@ sourceMappingURL=./"
+        appendString.append("\n//# sourceMappingURL=./"
                 + projectName + ".js.map");
         writeFile(path, appendString.toString(), true);
     }