jquery fx: sync animations were being left on jQuery.timers (double callback)
authorAriel Flesler <aflesler@gmail.com>
Wed, 14 Jan 2009 23:09:52 +0000 (23:09 +0000)
committerAriel Flesler <aflesler@gmail.com>
Wed, 14 Jan 2009 23:09:52 +0000 (23:09 +0000)
commit34a9f8a210cfa0aabccc40a974646127d1871d1a
tree6fc4286aa9916b44efe8e65d83b848ece9bf2ef8
parentf649acd8abcd3ccd86de331737f42d0d85efbc0c
jquery fx: sync animations were being left on jQuery.timers (double callback)
           jQuery.timerId is now a local var and it's not null'ed anymore.
src/fx.js
test/unit/fx.js