var evt;\r
var e = $.extend({\r
bubbles: true, cancelable: (type != "mousemove"), view: window, detail: 0,\r
- screenX: 0, screenY: 0, clientX: options.x || 0, clientY: options.y || 0,\r
+ screenX: 0, screenY: 0, clientX: 0, clientY: 0,\r
ctrlKey: false, altKey: false, shiftKey: false, metaKey: false,\r
button: 0, relatedTarget: undefined\r
}, options);\r
options = this.options, x = center.x, y = center.y, \r
dx = options.dx || 0, dy = options.dy || 0, target = this.target;\r
\r
- var coord = { x: x, y: y, complete: null }, evt;\r
+ var coord = { clientX: x, clientX: y, complete: null }, evt;\r
this.simulateEvent(target, "mouseover", coord);\r
this.simulateEvent(target, "mousedown", coord);\r
\r