Skip to main content

Bug Tracker

Side navigation

Ticket #4156: jquery-4156.diff


File jquery-4156.diff, 0.4 KB (added by cloudream, July 25, 2009 05:21PM UTC)

patch

Index: fx.js
===================================================================
--- fx.js	(�汾 6489)
+++ fx.js	(��������)
@@ -127,6 +127,7 @@
 			opt.curAnim = jQuery.extend({}, prop);
 
 			jQuery.each( prop, function(name, val){
+				name = name.replace(rdashAlpha, fcamelCase);
 				var e = new jQuery.fx( self, opt, name );
 
 				if ( /toggle|show|hide/.test(val) )

Download in other formats:

Original Format