From: Daniel Carl Date: Tue, 28 May 2013 21:47:30 +0000 (+0200) Subject: Changed comment style in hint.js. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=8c5176e100e4b473b5cede49c3eae2a497d2ede7;p=vimb.git 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. --- 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; }