[Pkg-javascript-commits] [dojo] 21/23: Use updated source mapping standard syntax for legacy injection

David Prévot taffit at moszumanska.debian.org
Sun Sep 14 16:23:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.9.4
in repository dojo.

commit 033b1a536aaefcbc1074311f36fce3a95969090a
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 6cd7fe8..219b702 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