From 5bd6596856c9f88c0ce3d96ff1ed4daa082cbe29 Mon Sep 17 00:00:00 2001 From: David Mosher Date: Thu, 21 Nov 2013 19:50:23 -0500 Subject: chore(mocks): wrap angular-mocks.js in closure Closes #5080 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 568b1096..8d21867b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -178,7 +178,7 @@ module.exports = function(grunt) { }, mocks: { dest: 'build/angular-mocks.js', - src: files['angularModules']['ngMock'], + src: util.wrap(files['angularModules']['ngMock'], 'module'), strict: false }, sanitize: { -- cgit v1.2.3