[jQuery] jQuery 1.1.4 incompatible with Interface 1.2

[jQuery] jQuery 1.1.4 incompatible with Interface 1.2


When I use Sortables with fx:n ,
Firefox firebug output:
----------
jQuery.easing[options.easing] is not a function
z.now = jQuery.easing[options.easing](p, n, firstNum, (lastNum-
firstNum, options.durations);
jquery.js (line 5214)
----------
According to the following thread, this bug should have been fixed in
1.1.4 :
http://groups.google.com/group/jquery-en/browse_thread/thread/561619139c498172/1a78636e644db437
Help?