Skip to content

Commit 8788a31

Browse files
committed
fix typo
1 parent db70e82 commit 8788a31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/spec/helper.js

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ beforeEach(function() {
44

55
/**
66
* Creates standard click event on DOM element
7-
* @param {} $
8-
* @returns {} $
97
*/
108
window.click = function(elem) {
119
var evt = document.createEvent('MouseEvent');

0 commit comments

Comments
 (0)