Skip to content

Commit

Permalink
start of an example and all of it's deps
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed May 27, 2012
1 parent 79804d1 commit 02bc5eb
Show file tree
Hide file tree
Showing 6 changed files with 630 additions and 0 deletions.
1 change: 1 addition & 0 deletions README → README.md
Expand Up @@ -19,3 +19,4 @@ I only ask that you the model:
- Keep yourself a tr, I don't care about anything else
- Emit events when you'd like me to swap you out
- Only join a collection who's either a SortableList or knows one personally. (If you do a good impression that will fly too.)

19 changes: 19 additions & 0 deletions index.html
@@ -0,0 +1,19 @@
<html>
<head>
<title>Example Page for Backbone Tablesorter</title>
</head>
<body>
<h1>Example Page for Backbone Tablesorter</h1>
<div id="example"></div>

<!-- Soooo many deps -->
<script type="text/javascript" src="lib/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="lib/underscore-min.js"></script>
<script type="text/javascript" src="lib/mustache.js"></script>
<script type="text/javascript" src="lib/backbone-min.js"></script>

<script type="text/javascript" src="table.js"></script>
<script type="text/javascript" src="templates.js"></script>

</body>
</html>
38 changes: 38 additions & 0 deletions lib/backbone-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions lib/jquery-1.7.2.min.js

Large diffs are not rendered by default.

0 comments on commit 02bc5eb

Please sign in to comment.