summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/es6-shim/Gruntfile.js')
-rw-r--r--js/vendor/es6-shim/Gruntfile.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/js/vendor/es6-shim/Gruntfile.js b/js/vendor/es6-shim/Gruntfile.js
index 73e25feb0..6df7ca70b 100644
--- a/js/vendor/es6-shim/Gruntfile.js
+++ b/js/vendor/es6-shim/Gruntfile.js
@@ -1,4 +1,4 @@
-module.exports = function(grunt) {
+module.exports = function (grunt) {
var browsers = [
{ browserName: "firefox", version: "19", platform: "XP" },
{ browserName: "firefox", platform: "linux" },
@@ -42,13 +42,13 @@ module.exports = function(grunt) {
'saucelabs-mocha': {
all: {
options: {
- urls: (function() {
- var urls = ["http://localhost:9999/test/"];
- if (grunt.option('extra')) {
- urls.push("http://localhost:9999/test-sham/");
- }
- return urls;
- })(),
+ urls: (function () {
+ var urls = ["http://localhost:9999/test/"];
+ if (grunt.option('extra')) {
+ urls.push("http://localhost:9999/test-sham/");
+ }
+ return urls;
+ }()),
//tunnelTimeout: 5,
build: process.env.TRAVIS_BUILD_NUMBER,
tunneled: !process.env.SAUCE_HAS_TUNNEL,
@@ -58,7 +58,7 @@ module.exports = function(grunt) {
},
//concurrency: 3,
browsers: browsers,
- testname: (function() {
+ testname: (function () {
var testname = "mocha";
if (process.env.TRAVIS_PULL_REQUEST &&
process.env.TRAVIS_PULL_REQUEST !== 'false') {
@@ -70,7 +70,7 @@ module.exports = function(grunt) {
}
return testname;
})(),
- tags: (function() {
+ tags: (function () {
var tags = [];
if (process.env.TRAVIS_PULL_REQUEST &&
process.env.TRAVIS_PULL_REQUEST !== 'false') {