aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-06-05 00:13:08 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-06-05 00:13:08 +0000
commitdf312d2d1ab0a70320fcea1f53f581d3558d733e (patch)
tree5a52986edb230c3b58d9933f4e07d51334f3059d
parent0584aaba8c2f1059a1357e1806ec4b2001be76d2 (diff)
downloadjquery-ui-df312d2d1ab0a70320fcea1f53f581d3558d733e.tar.gz
jquery-ui-df312d2d1ab0a70320fcea1f53f581d3558d733e.zip
Added a TODO comment on triggerAsync()
-rw-r--r--ui/tests/jquery.simulate.js2
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) {