Added a TODO comment on triggerAsync()

This commit is contained in:
Eduardo Lundgren 2008-06-05 00:13:08 +00:00
parent 0584aaba8c
commit df312d2d1a

View File

@ -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) {