diff --git a/src/client/index.js b/src/client/index.js index 181e345d..03ec6997 100644 --- a/src/client/index.js +++ b/src/client/index.js @@ -70,14 +70,6 @@ class UVClient extends EventEmitter { this.storage = new StorageApi(this); this.style = new StyleApi(this); } - initLocation(rewriteUrl, sourceUrl) { - this.location = new LocationApi( - this, - sourceUrl, - rewriteUrl, - this.worker - ); - } /** * * @param {*} obj