From 8b233a01516ba43060ae822e91b35f7751a54118 Mon Sep 17 00:00:00 2001 From: Andrew Schaaf Date: Sat, 2 Oct 2010 15:14:00 -0400 Subject: [PATCH] fixed typo --- backbone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbone.js b/backbone.js index 0d1c7af9..72c7be55 100644 --- a/backbone.js +++ b/backbone.js @@ -431,7 +431,7 @@ }; }); - // Backbone View + // Backbone.View // ------------- Backbone.View = function(options) {