diff --git a/test/event.html b/test/event.html index 69b221949..3db7372cc 100644 --- a/test/event.html +++ b/test/event.html @@ -406,7 +406,7 @@

Zepto Event unit tests

}, testFalseLiteralAsCallbackForDelegation: function(t){ - var span = $('').appendTo(this.el) + var span = $('').appendTo(this.el), event = $.Event('click') this.el.on('click', 'span', false) @@ -417,7 +417,7 @@

Zepto Event unit tests

}, testFalseLiteralAsCallbackForDelegationWithDataArgument: function(t){ - var span = $('').appendTo(this.el) + var span = $('').appendTo(this.el), event = $.Event('click') this.el.on('click', 'span', null, false)