mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
Merge branch 'master' of github.com:remy/jsbin
This commit is contained in:
commit
cc6160271d
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user