Skip to content

Commit

Permalink
Firefox compatibility: ignore arguments to setTimeout callback.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Aug 21, 2011
1 parent 698d483 commit fbd53f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/switchb/e/murepl/transport/http/static/murepl.js
Expand Up @@ -76,5 +76,5 @@ function murepl_init() {
}
});

setTimeout(lp, 0);
setTimeout(function () { lp(); }, 0);
}

0 comments on commit fbd53f0

Please sign in to comment.