change onbeforeremove and make state inherit from prototype

This commit is contained in:
Leo Horie 2016-12-26 12:19:20 -05:00
parent e8f36e4e26
commit 1222a9a3ab
4 changed files with 41 additions and 76 deletions

View file

@ -14,6 +14,7 @@
<script src="../../render/fragment.js"></script>
<script src="../../render/hyperscript.js"></script>
<script src="../../render/render.js"></script>
<script src="../../promise/promise.js"></script>
<script src="test-hyperscript.js"></script>
<script src="test-trust.js"></script>
<script src="test-fragment.js"></script>