diff options
Diffstat (limited to 'tests/jquery.simulate.js')
-rw-r--r-- | tests/jquery.simulate.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jquery.simulate.js b/tests/jquery.simulate.js index 3e7ca1090..81d7f62bf 100644 --- a/tests/jquery.simulate.js +++ b/tests/jquery.simulate.js @@ -120,6 +120,7 @@ $.extend($.simulate.prototype, { this.simulateEvent(document, "mousemove", coord); this.simulateEvent(document, "mousemove", coord); this.simulateEvent(target, "mouseup", coord); + this.simulateEvent(target, "click", coord); }, findCenter: function(el) { var el = $(this.target), o = el.offset(); |