aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-01-03 05:58:09 +0000
committerStephen Blott2015-01-03 06:56:08 +0000
commit103fcde7c51fe83bc9c58fc28c3c11ce6a791f0f (patch)
tree582ffa2023f6b909f63681c48173deb456c50910 /content_scripts/mode.coffee
parenta71da0e9aff6a4f89724f5a15a022790e23d5049 (diff)
downloadvimium-103fcde7c51fe83bc9c58fc28c3c11ce6a791f0f.tar.bz2
Modes; more renaming and refactoring.
Diffstat (limited to 'content_scripts/mode.coffee')
-rw-r--r--content_scripts/mode.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee
index 24c50561..f411d29b 100644
--- a/content_scripts/mode.coffee
+++ b/content_scripts/mode.coffee
@@ -53,7 +53,7 @@ class Mode
# Default updateBadgeForMode handler. This is overridden by sub-classes. The default is to install the
# current mode's badge, unless the bade is already set.
updateBadgeForMode: (badge) ->
- handlerStack.alwaysPropagate => badge.badge ||= @badge
+ handlerStack.alwaysContinueBubbling => badge.badge ||= @badge
# Static method. Used externally and internally to initiate bubbling of an updateBadgeForMode event.
# Do not update the badge: