Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

27 lines
847 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf8'>
<title>Backbone Test Suite</title>
<link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen">
</head>
<body>
<script src="vendor/qunit.js"></script>
<script src="vendor/jquery.js"></script>
<script src="vendor/json2.js"></script>
<script src="vendor/underscore.js"></script>
<script src="../backbone.js"></script>
<script src="../debug-info.js"></script>
<script src="setup/dom-setup.js"></script>
<script src="setup/environment.js"></script>
<script src="noconflict.js"></script>
<script src="debuginfo.js"></script>
<script src="events.js"></script>
<script src="model.js"></script>
<script src="collection.js"></script>
<script src="router.js"></script>
<script src="view.js"></script>
<script src="sync.js"></script>
</body>
</html>