From b3ac82b49bb0a1adcd54d4bb71268b25eb966684 Mon Sep 17 00:00:00 2001 From: Jason <59297610+caracal-js@users.noreply.github.com> Date: Sun, 27 Feb 2022 12:43:44 -0500 Subject: [PATCH] e --- uv/uv.bundle.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv/uv.bundle.js b/uv/uv.bundle.js index 57ed9a4..ee061a0 100644 --- a/uv/uv.bundle.js +++ b/uv/uv.bundle.js @@ -39059,9 +39059,9 @@ class Ultraviolet { this.meta = options.meta || {}; this.meta.base ||= undefined; this.meta.origin ||= ''; - this.bundleScript = options.bundleScript || '/uv.bundle.js'; - this.handlerScript = options.handlerScript || '/uv.handler.js'; - this.configScript = options.handlerScript || '/uv.config.js'; + this.bundleScript = options.bundle || '/uv.bundle.js'; + this.handlerScript = options.handler || '/uv.handler.js'; + this.configScript = options.config || '/uv.config.js'; this.meta.url ||= this.meta.base || ''; this.codec = Ultraviolet.codec; this.html = new _html_js__WEBPACK_IMPORTED_MODULE_0__["default"](this);