[Pkg-javascript-commits] [backbone] 90/101: typo
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:58:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.1.0
in repository backbone.
commit e9c0c86b61408c8c6cdbafb8eb552ff7538e792f
Author: Jeff Larson <thejefflarson at gmail.com>
Date: Wed Oct 13 10:52:24 2010 -0400
typo
---
backbone.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backbone.js b/backbone.js
index c2842a0..0a9d9a6 100644
--- a/backbone.js
+++ b/backbone.js
@@ -572,7 +572,7 @@
// Performs the initial configuration of a View with a set of options.
// Keys with special meaning *(model, collection, id, className)*, are
- // attatched directly to the view.
+ // attached directly to the view.
_initialize : function(options) {
if (this.options) options = _.extend({}, this.options, options);
if (options.model) this.model = options.model;
--
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