From 5afa969ff4c6a2aa5d955dafcafea0fbfdcf9bb1 Mon Sep 17 00:00:00 2001 From: Emma Guo Date: Fri, 12 Feb 2016 00:21:44 -0800 Subject: [PATCH] Use older version of phantomjs to test visibility functionality --- .jscsrc | 4 +--- package.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.jscsrc b/.jscsrc index b7a0e75..4369326 100644 --- a/.jscsrc +++ b/.jscsrc @@ -4,9 +4,7 @@ "validateIndentation": 4, "requireTrailingComma": false, "safeContextKeyword": "self", - "requireSpacesInAnonymousFunctionExpression": { - "beforeOpeningRoundBrace": false - }, + "requireSpacesInAnonymousFunctionExpression": false, "requirePaddingNewLinesAfterBlocks": { "allExcept": [ "inCallExpressions" diff --git a/package.json b/package.json index 19b055e..4d4e906 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ "karma-chrome-launcher": "^0.2.2", "karma-coverage": "^0.5.3", "karma-mocha": "^0.2.1", - "karma-phantomjs-launcher": "^1.0.0", + "karma-phantomjs-launcher": "^0.2.1", "karma-sinon-chai": "^1.1.0", "load-grunt-tasks": "^3.4.0", "mocha": "^2.4.5", - "phantomjs-prebuilt": "^2.1.3" + "phantomjs": "^1.9.18" }, "engines": { "node": ">=0.10.0"