]> source.dussan.org Git - jquery-ui.git/commitdiff
effects - fixed two (minor) missed renames from 'ec' (enchant) to 'effects'
authorRichard Worth <rdworth@gmail.com>
Fri, 6 Jun 2008 19:54:38 +0000 (19:54 +0000)
committerRichard Worth <rdworth@gmail.com>
Fri, 6 Jun 2008 19:54:38 +0000 (19:54 +0000)
ui/source/effects.core.js
ui/source/effects.explode.js

index a7b706a5534130e017a58ae734121657a8d2d73d..6940eca55cc67610f487f9faa990d9e67714147c 100644 (file)
@@ -1,6 +1,6 @@
 ;(function($) {
 
-$.effects = $.effects || {}; //Add the 'ec' scope
+$.effects = $.effects || {}; //Add the 'effects' scope
 
 $.extend($.effects, {
        save: function(el, set) {
index 998ac31134dce2a3f3b9543715bd1c245ced77c8..e61b21377586fe71f9e060b2469d859d7a4b23f8 100644 (file)
@@ -31,7 +31,7 @@ $.effects.explode = function(o) {
                                        top: -i*(height/rows)
                                })
                                .parent()
-                               .addClass('ec-explode')
+                               .addClass('effects-explode')
                                .css({
                                        position: 'absolute',
                                        overflow: 'hidden',
@@ -55,7 +55,7 @@ $.effects.explode = function(o) {
                                if(o.callback) o.callback.apply(el[0]); // Callback
                                el.dequeue();
                                
-                               $('.ec-explode').remove();
+                               $('.effects-explode').remove();
                
        }, o.duration || 500);