[Pkg-javascript-commits] [dojo] 17/19: Use updated source mapping standard syntax for legacy injection
David Prévot
taffit at moszumanska.debian.org
Sun Sep 14 16:23:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.8.7
in repository dojo.
commit 8131c2f3edb855e7e2c3ed61ee40b1f187deda24
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 3229c5b..7d3e76f 100644
--- a/dojo.js
+++ b/dojo.js
@@ -316,7 +316,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