Merge branch 'master' of github.com:remy/jsbin

This commit is contained in:
Remy Sharp 2013-07-15 20:02:30 +01:00
commit cc6160271d

View File

@ -88,6 +88,9 @@ var runner = (function () {
protect: loopProtect.protect
};
// Reset the loop protection before rendering
loopProtect.reset();
// Write the source out. IE crashes if you have lots of these, so that's
// why the source is rendered above (processor.render) it should be one
// string. IE's a sensitive soul.