[Pkg-javascript-commits] [dojo] 25/27: Use updated source mapping standard syntax for legacy injection
David Prévot
taffit at moszumanska.debian.org
Sun Sep 14 16:23:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.7.6
in repository dojo.
commit edd76ffa0b4d591a864754747721e11898712c2d
Author: Colin Snover <github.com at zetafleet.com>
Date: Tue Sep 2 18:23:03 2014 +0000
Use updated source mapping standard syntax for legacy injection
Fixes #18248
(cherry picked from commit 06f4b6f2e4b6a57944251f7d242b6751520de937)
---
dojo.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dojo.js b/dojo.js
index 9fc2030..db5cbc7 100644
--- a/dojo.js
+++ b/dojo.js
@@ -312,7 +312,7 @@
req.eval =
function(text, hint){
- return eval_(text + "\r\n////@ sourceURL=" + hint);
+ return eval_(text + "\r\n//# sourceURL=" + hint);
};
//
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list