From 0c860734dc28a679d9214ee9c5b5ff95e00eed55 Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 21 Jun 2012 00:24:09 +0200 Subject: removed "use strict"; to avoid influencing not-strict modules --- test/getImportGlobalsSrc.test.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/getImportGlobalsSrc.test.js') diff --git a/test/getImportGlobalsSrc.test.js b/test/getImportGlobalsSrc.test.js index b6f8576..065bd59 100644 --- a/test/getImportGlobalsSrc.test.js +++ b/test/getImportGlobalsSrc.test.js @@ -1,5 +1,3 @@ -"use strict"; // run code in ES5 strict mode - var expect = require("expect.js"), vm = require("vm"), getImportGlobalsSrc = require("../lib/getImportGlobalsSrc.js"); -- cgit v1.2.3