Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thejefflarson committed Oct 13, 2010
1 parent abd64dc commit 13932d0
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 64 deletions.
2 changes: 1 addition & 1 deletion backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
// Backbone.View
// -------------

// Creating a Backbone.View creates its intial element outside of the DOM,
// Creating a Backbone.View creates its initial element outside of the DOM,
// if an existing element is not provided...
Backbone.View = function(options) {
this._reset(options || {});
Expand Down
Loading

0 comments on commit 13932d0

Please sign in to comment.