mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-24 14:27:56 -05:00
Merge pull request #568 from TrisMcC/master
Fixed misspelled word in comments for _ensureElement
This commit is contained in:
@@ -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 || {};
|
||||
|
||||
Reference in New Issue
Block a user