You are here

Underscore Test Suite in DXPR GridStack 7

File

vendor/underscore/test/index.html
View source
<!DOCTYPE html>
<html>
<head>
  <title>Underscore Test Suite</title>
  <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen">
  <link rel="icon" href="../favicon.ico">
</head>
<body>
  <div id="qunit"></div>
  <script src="vendor/qunit.js"></script>
  <script src="vendor/qunit-extras.js"></script>
  <script src="../underscore.js"></script>

  <script src="collections.js"></script>
  <script src="arrays.js"></script>
  <script src="functions.js"></script>
  <script src="objects.js"></script>
  <script src="cross-document.js"></script>
  <script src="utility.js"></script>
  <script src="chaining.js"></script>
</body>
</html>