mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 08:08:10 -05:00
This commit is contained in:
@@ -161,7 +161,6 @@ $.extend($.simulate.prototype, {
|
||||
for (var dt = 1; dt <= range; dt++) {
|
||||
if (dt <= mdx) x = center.x + sigx*dt;
|
||||
if (dt <= mdy) y = center.y + sigy*dt;
|
||||
console.log(x+':'+y);
|
||||
(fn && fn(x, y));
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user