Skip to main content

Bug Tracker

Side navigation

Ticket #1823: 1823.diff


File 1823.diff, 0.4 KB (added by davidserduke, October 18, 2007 09:49PM UTC)

patch

Index: src/fx.js
===================================================================
--- src/fx.js	(revision 3685)
+++ src/fx.js	(working copy)
@@ -201,7 +201,8 @@
 		// Queueing
 		opt.old = opt.complete;
 		opt.complete = function(){
-			jQuery(this).dequeue();
+			if ( opt.queue !== false )
+				jQuery(this).dequeue();
 			if ( jQuery.isFunction( opt.old ) )
 				opt.old.apply( this );
 		};

Download in other formats:

Original Format