Skip to content

Commit

Permalink
fix for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Pfeiffer committed Jun 13, 2011
1 parent d945818 commit 35949ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function walk (root, cb, immutable) {
pre : function (f) { modifiers.pre = f },
post : function (f) { modifiers.post = f },
stop : function () { alive = false },
block : function () { keepGoing = false },
block : function () { keepGoing = false }
};

if (!alive) return state;
Expand Down

0 comments on commit 35949ef

Please sign in to comment.