The js2h.sh script can only handle singel line comments, else, parts of the
comment where compiled into vimb.
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;
}