[Pkg-javascript-commits] [backbone] 55/281: Fix Todos example by importing the currently shipped version of jQuery that is located in /test/vendor.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:01:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.9.0
in repository backbone.

commit 0cd5b938d3224e76a7324ed5d131cdda1c566f6c
Author: Kyle Chaplin <chaplinkyle at gmail.com>
Date:   Sun Oct 30 14:18:42 2011 -0500

    Fix Todos example by importing the currently shipped version of jQuery that is located in /test/vendor.
---
 examples/todos/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/todos/index.html b/examples/todos/index.html
index cd015ad..f687d59 100644
--- a/examples/todos/index.html
+++ b/examples/todos/index.html
@@ -5,7 +5,7 @@
     <title>Backbone Demo: Todos</title>
     <link href="todos.css" media="all" rel="stylesheet" type="text/css"/>
     <script src="../../test/vendor/json2.js"></script>
-    <script src="../../test/vendor/jquery-1.5.js"></script>
+    <script src="../../test/vendor/jquery-1.6.4.js"></script>
     <script src="../../test/vendor/underscore-1.2.1.js"></script>
     <script src="../../backbone.js"></script>
     <script src="../backbone-localstorage.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