aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorDavid Mosher2013-11-21 19:50:23 -0500
committerPete Bacon Darwin2013-11-26 13:22:29 +0000
commit5bd6596856c9f88c0ce3d96ff1ed4daa082cbe29 (patch)
tree9a126453c76d96fb74edeb3199f825ef9977a9a4 /Gruntfile.js
parentb3f2a208322c84886a19dcf2faa8c6ecc5e7f1bb (diff)
downloadangular.js-5bd6596856c9f88c0ce3d96ff1ed4daa082cbe29.tar.bz2
chore(mocks): wrap angular-mocks.js in closure
Closes #5080
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
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: {