[Pkg-javascript-commits] [dojo] 15/149: Use updated source mapping standard syntax for legacy injection
David Prévot
taffit at moszumanska.debian.org
Sat Feb 27 03:13:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository dojo.
commit 06f4b6f2e4b6a57944251f7d242b6751520de937
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
---
dojo.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dojo.js b/dojo.js
index 4618494..a5803b7 100644
--- a/dojo.js
+++ b/dojo.js
@@ -346,7 +346,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