From d64c9efda53f6e56feacf5f39940cd7719a2cb61 Mon Sep 17 00:00:00 2001 From: gnarf Date: Tue, 15 Mar 2011 09:00:45 -0400 Subject: Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[]. --- ui/jquery.effects.blind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.effects.blind.js') diff --git a/ui/jquery.effects.blind.js b/ui/jquery.effects.blind.js index 0c865d59f..6b7250789 100644 --- a/ui/jquery.effects.blind.js +++ b/ui/jquery.effects.blind.js @@ -12,7 +12,7 @@ */ (function( $, undefined ) { -$.effects.blind = function( o ) { +$.effects.effect.blind = function( o ) { return this.queue( function() { -- cgit v1.2.3