From d039818cc54fdab41499c467d4d8f692b4f61163 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Thu, 5 Jun 2008 00:14:41 +0000 Subject: --- ui/tests/jquery.simulate.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/tests') diff --git a/ui/tests/jquery.simulate.js b/ui/tests/jquery.simulate.js index 0cd735176..4d070d04e 100644 --- a/ui/tests/jquery.simulate.js +++ b/ui/tests/jquery.simulate.js @@ -170,6 +170,7 @@ $.extend($.simulate.prototype, { /*TODO*/ // this method just have to call: (fn && fn(x, y)); // return the x, y of the mousemove. + // idea: $.animate({ step: function() { var x,y; (fn && fn(x, y)); } }); }, findCenter: function(el) { -- cgit v1.2.3