Tweak View#el docs further.

This commit is contained in:
Jeremy Ashkenas
2015-01-30 12:49:46 -05:00
parent 61a5eaf2e1
commit 68220af813

View File

@@ -2605,8 +2605,8 @@ new DocumentRow({
<tt>this.el</tt> can be resolved from a DOM selector string or an Element;
otherwise it will be created from the view's <tt>tagName</tt>, <tt>className</tt>,
<tt>id</tt> and <a href="#View-attributes"><tt>attributes</tt></a> properties.
If none are set, <tt>this.el</tt> is an empty <tt>div</tt>. <b>el</b> may also be passed in to
the view's constructor on instantiation.
If none are set, <tt>this.el</tt> is an empty <tt>div</tt>, which is often just
fine. An <b>el</b> reference may also be passed in to the view's constructor.
</p>
<pre class="runnable">