Browse Source

not needed

pull/2/head
gorhill 10 years ago
parent
commit
995236c6a9
  1. 13
      platform/firefox/vapi-client.js

13
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);
/******************************************************************************/
Loading…
Cancel
Save