changed application name for firefox to match the commandline executible
This commit is contained in:
@ -209,7 +209,7 @@ module.exports = function (grunt) {
|
|||||||
var browsers = {
|
var browsers = {
|
||||||
safari: 'Safari',
|
safari: 'Safari',
|
||||||
chrome: 'Google Chrome',
|
chrome: 'Google Chrome',
|
||||||
firefox: 'Firefox'
|
firefox: 'firefox'
|
||||||
};
|
};
|
||||||
|
|
||||||
// creates browser_tests:{{browser}} tasks, for the browsers listed directly above
|
// creates browser_tests:{{browser}} tasks, for the browsers listed directly above
|
||||||
|
|||||||
Reference in New Issue
Block a user