From 54004c85d02ba5688549736e0fb8f883c88b668b Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Wed, 13 Aug 2014 18:29:28 +0200 Subject: Build: Update jscs and fix some code style issues Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars. --- ui/effect-drop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/effect-drop.js') diff --git a/ui/effect-drop.js b/ui/effect-drop.js index 3e1256c5a..ec1b8cefd 100644 --- a/ui/effect-drop.js +++ b/ui/effect-drop.js @@ -42,7 +42,7 @@ return $.effects.effect.drop = function( o, done ) { el.show(); $.effects.createWrapper( el ); - distance = o.distance || el[ ref === "top" ? "outerHeight": "outerWidth" ]( true ) / 2; + distance = o.distance || el[ ref === "top" ? "outerHeight" : "outerWidth" ]( true ) / 2; if ( show ) { el -- cgit v1.2.3