wrong fallback for configScript used
This commit is contained in:
parent
71e7a4e48f
commit
dda683aa68
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class Ultraviolet {
|
||||||
this.meta.origin ||= '';
|
this.meta.origin ||= '';
|
||||||
this.bundleScript = options.bundleScript || '/uv.bundle.js';
|
this.bundleScript = options.bundleScript || '/uv.bundle.js';
|
||||||
this.handlerScript = options.handlerScript || '/uv.handler.js';
|
this.handlerScript = options.handlerScript || '/uv.handler.js';
|
||||||
this.configScript = options.handlerScript || '/uv.config.js';
|
this.configScript = options.configScript || '/uv.config.js';
|
||||||
this.meta.url ||= this.meta.base || '';
|
this.meta.url ||= this.meta.base || '';
|
||||||
this.codec = Ultraviolet.codec;
|
this.codec = Ultraviolet.codec;
|
||||||
this.html = new HTML(this);
|
this.html = new HTML(this);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue