Skip to content

Commit

Permalink
fix IE8 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmidt committed Jan 17, 2012
1 parent 603a869 commit 6b101f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/liverange/client/liverange.js
Expand Up @@ -293,7 +293,7 @@ var test_try_all_permutations = function () {
[
0,
function () {out += "X";},
function () {out += "Y";},
function () {out += "Y";}
],
function () {out += ".";}
);
Expand All @@ -311,7 +311,7 @@ var test_try_all_permutations = function () {
],
[
function () {out += "X";},
function () {out += "Y";},
function () {out += "Y";}
],
function () {out += ".";}
);
Expand Down

0 comments on commit 6b101f0

Please sign in to comment.