Index: lib/polyfills/url.js |
=================================================================== |
--- a/lib/polyfills/url.js |
+++ b/lib/polyfills/url.js |
@@ -15,10 +15,10 @@ |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
-"use strict"; |
- |
(function(global) |
{ |
+ "use strict"; |
+ |
var URLProperties = ["href", "protocol", "hostname", |
"host", "pathname", "search"]; |