Skip to content

Commit

Permalink
fix this.data reference
Browse files Browse the repository at this point in the history
  • Loading branch information
geddski committed Jun 24, 2013
1 parent df1cf17 commit 7d708d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/grunt-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = function(grunt) {
return;
}
//allow karma to be run in the background so it doesn't block grunt
if (this.data.background){
if (data.background){
grunt.util.spawn({cmd: 'node', args: [path.join(__dirname, '..', 'lib', 'background.js'), JSON.stringify(data)]}, function(){});
done();
}
Expand Down

0 comments on commit 7d708d9

Please sign in to comment.