From e9c0c86b61408c8c6cdbafb8eb552ff7538e792f Mon Sep 17 00:00:00 2001 From: Jeff Larson Date: Wed, 13 Oct 2010 10:52:24 -0400 Subject: [PATCH] typo --- backbone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbone.js b/backbone.js index c2842a05..0a9d9a6e 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;