diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-06-05 00:13:08 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-06-05 00:13:08 +0000 |
commit | df312d2d1ab0a70320fcea1f53f581d3558d733e (patch) | |
tree | 5a52986edb230c3b58d9933f4e07d51334f3059d | |
parent | 0584aaba8c2f1059a1357e1806ec4b2001be76d2 (diff) | |
download | jquery-ui-df312d2d1ab0a70320fcea1f53f581d3558d733e.tar.gz jquery-ui-df312d2d1ab0a70320fcea1f53f581d3558d733e.zip |
Added a TODO comment on triggerAsync()
-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) {
|