From be37aed9f5d923fe16e264c6ffc97db08503b791 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 27 Jan 2015 09:23:03 +0100 Subject: more clientside updates (angular 1.4 beta, es6-shim, momentjs --- js/vendor/es6-shim/Gruntfile.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'js/vendor/es6-shim/Gruntfile.js') 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') { -- cgit v1.2.3