From 0e192979d0401c8cfe889b116fffc43cc85bb9fa Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Wed, 16 Oct 2013 20:43:09 +0200 Subject: Fix various coding style issues --- ui/jquery.ui.effect-blind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.effect-blind.js') diff --git a/ui/jquery.ui.effect-blind.js b/ui/jquery.ui.effect-blind.js index e6f4b8a4c..26aeab05c 100644 --- a/ui/jquery.ui.effect-blind.js +++ b/ui/jquery.ui.effect-blind.js @@ -56,7 +56,7 @@ $.effects.effect.blind = function( o, done ) { // start at 0 if we are showing if ( show ) { wrapper.css( ref, 0 ); - if ( ! motion ) { + if ( !motion ) { wrapper.css( ref2, margin + distance ); } } -- cgit v1.2.3