diff options
| author | David Mosher | 2013-11-21 19:50:23 -0500 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-26 13:22:29 +0000 |
| commit | 5bd6596856c9f88c0ce3d96ff1ed4daa082cbe29 (patch) | |
| tree | 9a126453c76d96fb74edeb3199f825ef9977a9a4 /Gruntfile.js | |
| parent | b3f2a208322c84886a19dcf2faa8c6ecc5e7f1bb (diff) | |
| download | angular.js-5bd6596856c9f88c0ce3d96ff1ed4daa082cbe29.tar.bz2 | |
chore(mocks): wrap angular-mocks.js in closure
Closes #5080
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
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: { |
