Sha256: 8eb2c31ea19f745858186ca13b35e1ca7eb032404b08dd8db89154bcf819ada8

Contents?: true

Size: 833 Bytes

Versions: 5

Compression:

Stored size: 833 Bytes

Contents

<!doctype html>
<html>
<head>
  <meta charset='utf8'>
  <title>Backbone Test Suite</title>
  <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen">
  <script src="vendor/json2.js"></script>
  <script src="vendor/jquery.js"></script>
  <script src="vendor/qunit.js"></script>
  <script src="vendor/underscore.js"></script>
  <script src="../backbone.js"></script>
  <script src="environment.js"></script>
  <script src="noconflict.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>
</head>
<body>
  <div id="qunit"></div>
  <div id="qunit-fixture">
    <div id='testElement'>
      <h1>Test</h1>
    </div>
  </div>
</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jdl-0.0.5 test/index.html
jdl-0.0.4 test/index.html
jdl-0.0.3 test/index.html
jdl-0.0.2 test/index.html
jdl-0.0.1 test/index.html