mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Added a TODO comment on triggerAsync()
This commit is contained in:
parent
0584aaba8c
commit
df312d2d1a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user