blob: e5cdfe518c6606c5025c465b6a61b80d28f3d28a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html>
<head>
<title>SlickGrid - DataView tests</title>
<link rel="stylesheet" href="../../lib/qunit.css" type="text/css"/>
</head>
<body>
<h1 id="qunit-header">SlickGrid - DataView Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<script type="text/javascript" src="../../lib/qunit.js"></script>
<script type="text/javascript" src="../../lib/jquery-1.7.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<script type="text/javascript" src="../../slick.core.js"></script>
<script type="text/javascript" src="../../slick.dataview.js"></script>
<script type="text/javascript" src="dataview.js"></script>
</body>
</html>
|