Merge pull request #83 from jakerella/master

Removed unused 'phantomjs' options object from task
This commit is contained in:
Jarrod Overson 2013-09-10 09:51:22 -07:00
commit ab8b22d13d

View File

@ -37,7 +37,6 @@ module.exports = function(grunt) {
host : '', host : '',
template : __dirname + '/jasmine/templates/DefaultRunner.tmpl', template : __dirname + '/jasmine/templates/DefaultRunner.tmpl',
templateOptions : {}, templateOptions : {},
phantomjs : {},
junit: {} junit: {}
}); });