From cbb002ec4bb2dcee990e0869553d01a1cfee29b7 Mon Sep 17 00:00:00 2001 From: Cameron Fischer Date: Mon, 3 Jan 2022 12:25:40 -0500 Subject: [PATCH] Added sourceURL tags to boot js (#6381) --- boot/boot.js | 1 + boot/bootprefix.js | 1 + 2 files changed, 2 insertions(+) diff --git a/boot/boot.js b/boot/boot.js index 6338b0ae6..da1c55bd0 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -2649,3 +2649,4 @@ if(typeof(exports) !== "undefined") { } else { _boot(window.$tw); } +//# sourceURL=$:/boot/boot.js diff --git a/boot/bootprefix.js b/boot/bootprefix.js index e9c3f3c32..0ae236c21 100644 --- a/boot/bootprefix.js +++ b/boot/bootprefix.js @@ -117,3 +117,4 @@ if(typeof(exports) === "undefined") { // Export functionality as a module exports.bootprefix = _bootprefix; } +//# sourceURL=$:/boot/bootprefix.js