From df312d2d1ab0a70320fcea1f53f581d3558d733e Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Thu, 5 Jun 2008 00:13:08 +0000 Subject: Added a TODO comment on triggerAsync() --- ui/tests/jquery.simulate.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui') diff --git a/ui/tests/jquery.simulate.js b/ui/tests/jquery.simulate.js index 75b9aad7e..0cd735176 100644 --- a/ui/tests/jquery.simulate.js +++ b/ui/tests/jquery.simulate.js @@ -168,6 +168,8 @@ $.extend($.simulate.prototype, { triggerAsync: function(center, dx, dy, fn) { /*TODO*/ + // this method just have to call: (fn && fn(x, y)); + // return the x, y of the mousemove. }, findCenter: function(el) { -- cgit v1.2.3