summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_posts/2011-01-28-what-is-a-view.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2011-01-28-what-is-a-view.md b/_posts/2011-01-28-what-is-a-view.md
index f534c8c..5e0fcef 100644
--- a/_posts/2011-01-28-what-is-a-view.md
+++ b/_posts/2011-01-28-what-is-a-view.md
@@ -25,7 +25,7 @@ For the purposes of this demonstration, we will be implementing a search box. [A
var search_view = new SearchView;
{% endhighlight %}
-#### The "el" property
+## The "el" property
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.