From 27eeea36185cc64b3d5f2148d992ec52645392db Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 26 Nov 2014 16:25:14 -0200 Subject: [PATCH] no longer needed --- src/js/uritools.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/js/uritools.js b/src/js/uritools.js index c2034104e..5e37bd52f 100644 --- a/src/js/uritools.js +++ b/src/js/uritools.js @@ -20,7 +20,6 @@ */ /* global µBlock, publicSuffixList */ -'use strict'; /******************************************************************************* @@ -32,12 +31,10 @@ Naming convention from https://en.wikipedia.org/wiki/URI_scheme#Examples /******************************************************************************/ -// This will inserted as a module in the µBlock object. - -var µBlock = typeof µBlock === "undefined" ? {} : µBlock; - µBlock.URI = (function() { +'use strict'; + /******************************************************************************/ // Favorite regex tool: http://regex101.com/