Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit a37a6f1

Browse files
unknownunknown
authored andcommitted
Change deprecated //@ to //#.
1 parent d9dda99 commit a37a6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports.pitch = function(remainingRequest) {
1212
(this.debug ?
1313
"+" +
1414
JSON.stringify(
15-
"\n\n// SCRIPT-LOADER FOOTER\n//@ sourceURL=script:///" +
15+
"\n\n// SCRIPT-LOADER FOOTER\n//# sourceURL=script:///" +
1616
encodeURI(remainingRequest.replace(/^!/, "")).replace(/%5C|%2F/g, "/").replace(/\?/, "%3F").replace(/^\//, "")
1717
) :
1818
"") +

0 commit comments

Comments
 (0)