28 lines
1.0 KiB
HTML
28 lines
1.0 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8"/>
|
||
|
|
<title>Backbone.Mutators Testsuite</title>
|
||
|
|
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.11.0.css" type="text/css" media="screen">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1 id="qunit-header">Backbone.Mutators Testsuite</h1>
|
||
|
|
<h2 id="qunit-banner"></h2>
|
||
|
|
<div id="qunit-testrunner-toolbar"></div>
|
||
|
|
<h2 id="qunit-userAgent"></h2>
|
||
|
|
<ol id="qunit-tests"></ol>
|
||
|
|
<script src="http://code.jquery.com/jquery.js"></script>
|
||
|
|
<script src="http://code.jquery.com/qunit/qunit-1.11.0.js"></script>
|
||
|
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore.js"></script>
|
||
|
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.0.0/backbone.js"></script>
|
||
|
|
<script src="../src/backbone.mutators.js"></script>
|
||
|
|
<script>
|
||
|
|
var global_test_results = null;
|
||
|
|
QUnit.done = function (test_results) {
|
||
|
|
global_test_results = test_results;
|
||
|
|
};
|
||
|
|
</script>
|
||
|
|
<script src="tests.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|