summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-05-28 23:47:30 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-05-28 23:47:30 +0200
commit8c5176e100e4b473b5cede49c3eae2a497d2ede7 (patch)
tree309af1843bb3266eb2fbcaf1a8f26d36d8fcb54a
parentb942dde02f4dc75a093ba1eb7d01646af8cc16ac (diff)
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.
-rw-r--r--src/hints.js4
1 files 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;
}