From: Daniel Carl <danielcarl@gmx.de>
Date: Wed, 13 Mar 2013 23:34:56 +0000 (+0100)
Subject: Remove unneeded assignment of hint object.
X-Git-Url: https://git.owens.tech/assets/112-editable-focus.html/assets/112-editable-focus.html/git?a=commitdiff_plain;h=8d2fe084ae38c6cf8cafca54b048d604920cf60e;p=vimb.git

Remove unneeded assignment of hint object.
---

diff --git a/src/hints.js b/src/hints.js
index 287a966..aeceea7 100644
--- a/src/hints.js
+++ b/src/hints.js
@@ -1,6 +1,6 @@
 /* mode: l - links, i - images */
 /* usage: O - open, T - open in new window, U - use source */
-VimpHints = function Hints(mode, usage, bg, bgf, fg, style, maxHints)
+function VimpHints(mode, usage, bg, bgf, fg, style, maxHints)
 {
     "use strict";
     var hClass      = "__hint";