diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/tests/jquery.simulate.js | 2 |
1 files changed, 2 insertions, 0 deletions
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) {
|