mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Merge pull request #2681 from carldanley/master
fix spelling error in documentation
This commit is contained in:
@@ -1011,7 +1011,7 @@
|
||||
tagName: 'div',
|
||||
|
||||
// jQuery delegate for element lookup, scoped to DOM elements within the
|
||||
// current view. This should be prefered to global lookups where possible.
|
||||
// current view. This should be preferred to global lookups where possible.
|
||||
$: function(selector) {
|
||||
return this.$el.find(selector);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user