Removed template module tests

This commit is contained in:
Timothy Warren 2012-04-05 18:42:37 -04:00
parent 000b462b17
commit e3f79c3fa2
1 changed files with 0 additions and 1 deletions

View File

@ -101,6 +101,5 @@ for (var i = 0, tagName; tagName = HTML5[i]; i++) document.createElement(tagName
<script src="tests/dom.js"></script>
<script src="tests/store.js"></script>
<script src="tests/util.js"></script>
<script src="tests/template.js"></script>
</body>
</html>