[Pkg-javascript-commits] [backbone] 18/281: fix a small error in the documentation
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:52 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 9ba9cefd43a32a7c89401dfa077d16c6cda82623
Author: Matt Smith <matthewgarysmith at gmail.com>
Date: Thu Mar 3 17:12:45 2011 -0500
fix a small error in the documentation
---
backbone.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backbone.js b/backbone.js
index 31f5541..223fa3e 100644
--- a/backbone.js
+++ b/backbone.js
@@ -1022,7 +1022,7 @@
// Override this function to change the manner in which Backbone persists
// models to the server. You will be passed the type of request, and the
- // model in question. By default, uses makes a RESTful Ajax request
+ // model in question. By default, makes a RESTful Ajax request
// to the model's `url()`. Some possible customizations could be:
//
// * Use `setTimeout` to batch rapid-fire updates into a single request.
--
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