From 8c5176e100e4b473b5cede49c3eae2a497d2ede7 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Tue, 28 May 2013 23:47:30 +0200 Subject: [PATCH] Changed comment style in hint.js. The js2h.sh script can only handle singel line comments, else, parts of the comment where compiled into vimb. --- src/hints.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hints.js b/src/hints.js index 224426f..ea2c9e6 100644 --- a/src/hints.js +++ b/src/hints.js @@ -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; } -- 2.20.1