Update vendors.

This commit is contained in:
John-David Dalton
2014-11-24 01:12:41 -08:00
parent 0fe8197100
commit 666be21f59
3 changed files with 14 additions and 14 deletions

2
vendor/dojo/dojo.js vendored
View File

@@ -346,7 +346,7 @@
req.eval =
function(text, hint){
return eval_(text + "\r\n////@ sourceURL=" + hint);
return eval_(text + "\r\n//# sourceURL=" + hint);
};
//