mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
fix console error
This commit is contained in:
parent
9929880f6b
commit
f87032766f
1 changed files with 1 additions and 1 deletions
|
|
@ -1044,7 +1044,7 @@
|
|||
this._protocolRegex = /^[a-zA-Z]+:\/\//i;
|
||||
this._urlRegex = /^((https?:\/\/)?[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?)$/i;
|
||||
this._cachedQuery = '';
|
||||
this._cachedRes = null;
|
||||
this._cachedRes = {};
|
||||
this.parse = this.parse.bind(this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue