From 18f34b0bf61ed65bf99501e5c6e3b3d726e49acb Mon Sep 17 00:00:00 2001 From: Corentin Debost Date: Tue, 29 Jan 2019 23:10:58 -0800 Subject: [PATCH] Switch sourceURL to new style --- require.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/require.js b/require.js index 0561c009..582be559 100644 --- a/require.js +++ b/require.js @@ -74,7 +74,7 @@ Require.Compiler = function Compiler(config) { var factory = globalEval( "(function(" + names.join(",") + "){" + module.text + - "\n//*/\n})\n//@ sourceURL=" + module.location + "\n//*/\n})\n//# sourceURL=" + module.location ); module.factory = function (require, exports, module) { Array.prototype.push.apply(arguments, scopeNames.map(function (name) {