This commit is contained in:
Eduardo Lundgren
2008-06-05 00:14:41 +00:00
parent df312d2d1a
commit d039818cc5

View File

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