mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-24 14:27:56 -05:00
typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user