aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/hud.coffee
diff options
context:
space:
mode:
authormrmr19932015-05-31 17:55:32 +0100
committermrmr19932015-05-31 17:55:32 +0100
commit4b420fe89502ce910d4cc13fda51e0a8ad06fed9 (patch)
tree684198043454481bbaa98990b3ed7687f9e74c93 /content_scripts/hud.coffee
parent0de6b076271b673d0e1dcc2b74b2ddd1646bf08e (diff)
downloadvimium-4b420fe89502ce910d4cc13fda51e0a8ad06fed9.tar.bz2
Replace settings.get with Settings.get in the frontend
Diffstat (limited to 'content_scripts/hud.coffee')
-rw-r--r--content_scripts/hud.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/hud.coffee b/content_scripts/hud.coffee
index f38d6b45..84b8abeb 100644
--- a/content_scripts/hud.coffee
+++ b/content_scripts/hud.coffee
@@ -48,7 +48,7 @@ HUD =
-> ready and document.body != null
# A preference which can be toggled in the Options page. */
- enabled: -> !settings.get("hideHud")
+ enabled: -> !Settings.get("hideHud")
class Tween
opacity: 0