mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-28 18:04:44 +00:00
Added sourceURL tags to boot js (#6381)
This commit is contained in:
parent
c7e8c87f85
commit
cbb002ec4b
@ -2649,3 +2649,4 @@ if(typeof(exports) !== "undefined") {
|
|||||||
} else {
|
} else {
|
||||||
_boot(window.$tw);
|
_boot(window.$tw);
|
||||||
}
|
}
|
||||||
|
//# sourceURL=$:/boot/boot.js
|
||||||
|
@ -117,3 +117,4 @@ if(typeof(exports) === "undefined") {
|
|||||||
// Export functionality as a module
|
// Export functionality as a module
|
||||||
exports.bootprefix = _bootprefix;
|
exports.bootprefix = _bootprefix;
|
||||||
}
|
}
|
||||||
|
//# sourceURL=$:/boot/bootprefix.js
|
||||||
|
Loading…
Reference in New Issue
Block a user