diff options
Diffstat (limited to 'lib/handler_stack.coffee')
| -rw-r--r-- | lib/handler_stack.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/handler_stack.coffee b/lib/handler_stack.coffee index d671fb3a..fddc45db 100644 --- a/lib/handler_stack.coffee +++ b/lib/handler_stack.coffee @@ -49,7 +49,7 @@ class HandlerStack          result = handler[type].call @, event          @logResult type, event, handler, result if @debug          if not result -          DomUtils.suppressEvent(event) if @isChromeEvent event +          DomUtils.suppressEvent event  if @isChromeEvent event            return false          return true if result == @stopBubblingAndTrue          return false if result == @stopBubblingAndFalse | 
