Skip to content

Commit

Permalink
Switch sourceURL to new style
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebost committed Jan 30, 2019
1 parent 68011b5 commit 140a764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion require.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 140a764

Please sign in to comment.