aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tests')
-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) {