Skip to content

Commit

Permalink
chore(mocks): wrap angular-mocks.js in closure
Browse files Browse the repository at this point in the history
  • Loading branch information
davemo authored and jamesdaily committed Jan 27, 2014
1 parent aac4a88 commit 9afdd32
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 189 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Loading

0 comments on commit 9afdd32

Please sign in to comment.