diff options
Diffstat (limited to 'src/jqLite.js')
| -rw-r--r-- | src/jqLite.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
