You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added 'is' to the following sentence: "Every Backbone.js view has an "el" property, and if it is not defined, Backbone.js will construct its own, which is an empty div element."
Copy file name to clipboardExpand all lines: _posts/2011-01-28-what-is-a-view.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ For the purposes of this demonstration, we will be implementing a search box. [A
27
27
28
28
## The "el" property
29
29
30
-
The "el" property references the DOM object created in the browser. Every Backbone.js view has an "el" property, and if it not defined, Backbone.js will construct its own, which is an empty div element.
30
+
The "el" property references the DOM object created in the browser. Every Backbone.js view has an "el" property, and if it is not defined, Backbone.js will construct its own, which is an empty div element.
31
31
32
32
Let us set our view's "el" property to div#search_container, effectively making Backbone.View the owner of the DOM element.
0 commit comments