From: Daniel Carl <danielcarl@gmx.de>
Date: Sat, 30 Mar 2013 00:51:29 +0000 (+0100)
Subject: Renamed hint css class for focused hint.
X-Git-Url: https://git.owens.tech/assets/editable-focus.html/assets/editable-focus.html/git?a=commitdiff_plain;h=2791f212eaecc588a0a909137a2376be102b3a93;p=vimb.git

Renamed hint css class for focused hint.
---

diff --git a/src/hints.js b/src/hints.js
index f6c27ab..632cb4a 100644
--- a/src/hints.js
+++ b/src/hints.js
@@ -4,7 +4,7 @@ function VimbHints(mode, usage, bg, bgf, fg, style, maxHints)
 {
     "use strict";
     var hClass      = "__hint";
-    var hClassFocus = "__hint_container";
+    var hClassFocus = "__hintFocus";
     var hConts      = [];
     var hints       = [];
     var focusNum    = 1;