From 995236c6a931fc84d00da74f191ddd417a66c4b9 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 15 Jan 2015 08:30:38 -0500 Subject: [PATCH] not needed --- platform/firefox/vapi-client.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/platform/firefox/vapi-client.js b/platform/firefox/vapi-client.js index 42c2cdf..4886bb6 100644 --- a/platform/firefox/vapi-client.js +++ b/platform/firefox/vapi-client.js @@ -174,19 +174,6 @@ vAPI.canExecuteContentScript = function() { /******************************************************************************/ -vAPI.getUrlNormalizer = function() { - return { - get href() { - return this._url || ''; - }, - set href(url) { - this._url = _urlNormalizer_(url, document.baseURI); - } - }; -}; - -/******************************************************************************/ - })(this); /******************************************************************************/