Skip to content

Commit

Permalink
Merge pull request #568 from TrisMcC/master
Browse files Browse the repository at this point in the history
Fixed misspelled word in comments for _ensureElement
  • Loading branch information
tbranyen committed Aug 18, 2011
2 parents 467dd14 + 49645de commit fa12ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@
// Ensure that the View has a DOM element to render into.
// If `this.el` is a string, pass it through `$()`, take the first
// matching element, and re-assign it to `el`. Otherwise, create
// an element from the `id`, `className` and `tagName` proeprties.
// an element from the `id`, `className` and `tagName` properties.
_ensureElement : function() {
if (!this.el) {
var attrs = this.attributes || {};
Expand Down

0 comments on commit fa12ed0

Please sign in to comment.