1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-18 23:16:09 +02:00

Protect webmaker users from INFINITE LOOPS! fixes #18

This commit is contained in:
Kushagra Gour
2016-11-14 12:41:59 +05:30
parent 25f5674bf4
commit 8a82a24c7d
3 changed files with 66 additions and 7 deletions

View File

@@ -676,6 +676,7 @@
<script src="lib/split.js"></script>
<script src="lib/esprima.js"></script>
<script src="lib/escodegen.browser.min.js"></script>
<script src="utils.js"></script>
<script src="deferred.js"></script>