@quantlab/handsontable
Version:
Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs
35 lines (19 loc) • 1.07 kB
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Jasmine Spec Runner</title>
<link rel="stylesheet" href="../../../../node_modules/jasmine-core/lib/jasmine-core/jasmine.css">
<link rel="stylesheet" href="../css/walkontable.css">
<script src="../../../../node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script>
<script src="../../../../node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
<script src="../../../../node_modules/jasmine-core/lib/jasmine-core/json2.js"></script>
<script src="../../../../node_modules/jasmine-core/lib/jasmine-core/boot.js"></script>
<script src="lib/phantom-reporter.js"></script>
<script src="lib/jquery.min.js"></script>
<script src="lib/jquery.simulate.js"></script>
<script src="../dist/walkontable.js"></script>
</head>
<body>
<script type="text/javascript" src="dist/specs.entry.js"></script><script type="text/javascript" src="dist/helpers.entry.js"></script></body>
</html>