aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-06-05 00:14:41 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-06-05 00:14:41 +0000
commitd039818cc54fdab41499c467d4d8f692b4f61163 (patch)
tree96ce1c0b220a9befe9a2f681434cfed643e3a88b /ui
parentdf312d2d1ab0a70320fcea1f53f581d3558d733e (diff)
downloadjquery-ui-d039818cc54fdab41499c467d4d8f692b4f61163.tar.gz
jquery-ui-d039818cc54fdab41499c467d4d8f692b4f61163.zip
Diffstat (limited to 'ui')
-rw-r--r--ui/tests/jquery.simulate.js1
1 files changed, 1 insertions, 0 deletions
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) {