From 81052d4a6269b25885bb3d9642fdf399cc1684e6 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 4 Oct 2010 09:00:09 -0700 Subject: fixed lint warnings --- src/jqLite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jqLite.js') diff --git a/src/jqLite.js b/src/jqLite.js index 64e73497..7a1c2dc8 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -105,7 +105,7 @@ JQLite.prototype = { if (!event.stopPropagation) { event.stopPropagation = function() { event.cancelBubble = true; //ie - } + }; } foreach(eventHandler.fns, function(fn){ fn.call(self, event); -- cgit v1.2.3