From f87032766fa67a1d2f0923dcc5b484e1e84709d1 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Mon, 25 Mar 2019 11:57:18 -0700 Subject: [PATCH] fix console error --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5efc79b..ca9a587 100644 --- a/index.html +++ b/index.html @@ -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); }