Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thejefflarson committed Oct 13, 2010
1 parent c983a05 commit e9c0c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.js
Expand Up @@ -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;
Expand Down

0 comments on commit e9c0c86

Please sign in to comment.