Index: lib/coreUtils.js |
diff --git a/lib/coreUtils.js b/lib/coreUtils.js |
index b9e9a2f050252ae0ac6d4d7d1a1919ff812c1d7a..38e5d65c347c3f11d74d6c64297bb41127ab2d8a 100644 |
--- a/lib/coreUtils.js |
+++ b/lib/coreUtils.js |
@@ -15,6 +15,8 @@ |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
+"use strict"; |
+ |
function desc(properties) |
{ |
let descriptor = {}; |