1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

no longer needed

This commit is contained in:
Raymond Hill 2014-11-26 16:25:14 -02:00
parent fb1221a8a1
commit 27eeea3618

View File

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