diff options
-rw-r--r-- | src/hints.js | 4 |
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; } |