fix console error

This commit is contained in:
Cade Scroggins 2019-03-25 11:57:18 -07:00
parent 9929880f6b
commit f87032766f
No known key found for this signature in database
GPG key ID: 519697F4ACAF4893

View file

@ -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);
}