This commit is contained in:
Jeff Larson
2010-10-07 19:42:47 -04:00
parent 4929b19f63
commit 6b55bd8359

View File

@@ -514,7 +514,7 @@
return $(selector, this.el);
};
// Set up all interitable **Backbone.View** properties and methods.
// Set up all inheritable **Backbone.View** properties and methods.
_.extend(Backbone.View.prototype, {
// The default tagName of a View's element is "div".