Skip to content

Commit

Permalink
Updating test-zepto.html to latest Underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Dec 1, 2010
1 parent 0057523 commit c7a7aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ $(document).ready(function() {
equals(controller.part, 'part');
equals(controller.rest, 'four/five/six/seven');
start();
window.location.hash = '';
}, 10);
});

Expand Down
2 changes: 1 addition & 1 deletion test/test-zepto.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script type="text/javascript" src="vendor/zepto-0.2.js"></script>
<script type="text/javascript" src="vendor/qunit.js"></script>
<script type="text/javascript" src="vendor/jslitmus.js"></script>
<script type="text/javascript" src="vendor/underscore-1.1.0.js"></script>
<script type="text/javascript" src="vendor/underscore-1.1.3.js"></script>
<script type="text/javascript" src="../backbone.js"></script>

<script type="text/javascript" src="events.js"></script>
Expand Down

0 comments on commit c7a7aa5

Please sign in to comment.