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/