[Pkg-javascript-commits] [backbone] 11/12: Updating test-zepto.html to latest Underscore
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:59:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.3.3
in repository backbone.
commit c7a7aa5b10cde0ba062830702ae713386f9b5231
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Wed Dec 1 12:58:59 2010 -0500
Updating test-zepto.html to latest Underscore
---
test/controller.js | 1 +
test/test-zepto.html | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/controller.js b/test/controller.js
index bdb5cb0..316806b 100644
--- a/test/controller.js
+++ b/test/controller.js
@@ -74,6 +74,7 @@ $(document).ready(function() {
equals(controller.part, 'part');
equals(controller.rest, 'four/five/six/seven');
start();
+ window.location.hash = '';
}, 10);
});
diff --git a/test/test-zepto.html b/test/test-zepto.html
index 44ce2a2..d6320a4 100644
--- a/test/test-zepto.html
+++ b/test/test-zepto.html
@@ -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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list