not needed

pull/2/head
gorhill 10 years ago
parent a7f15f0b71
commit 995236c6a9

@ -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