Changed comment style in hint.js.
authorDaniel Carl <danielcarl@gmx.de>
Tue, 28 May 2013 21:47:30 +0000 (23:47 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 28 May 2013 21:47:30 +0000 (23:47 +0200)
The js2h.sh script can only handle singel line comments, else, parts of the
comment where compiled into vimb.

src/hints.js

index 224426f..ea2c9e6 100644 (file)
@@ -20,8 +20,8 @@ function VimbHints(mode, usage, bg, bgf, fg, style, maxHints)
 
         function _helper(win, offsetX, offsetY)
         {
-            /* document may be undefined for frames out of the same origin
-             * policy and will break the whole code - so we check this before */
+            /* document may be undefined for frames out of the same origin */
+            /* policy and will break the whole code - so we check this before */
             if (typeof(win.document) === 'undefined') {
                 return;
             }