From 6b55bd8359d2e167dc7b2ef584171633bc830b06 Mon Sep 17 00:00:00 2001 From: Jeff Larson Date: Thu, 7 Oct 2010 19:42:47 -0400 Subject: [PATCH] typo --- backbone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbone.js b/backbone.js index 863f43fd..5d786d4c 100644 --- a/backbone.js +++ b/backbone.js @@ -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".