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

David Prévot taffit at moszumanska.debian.org
Sun Sep 14 15:39:21 UTC 2014


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

taffit pushed a commit to branch master
in repository dojo.

commit 64ef69beddd555ab5ee81937933e1b0f110efc36
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 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