diff --git a/index.html b/index.html index 791a564f..5b69de93 100644 --- a/index.html +++ b/index.html @@ -2605,8 +2605,8 @@ new DocumentRow({ this.el can be resolved from a DOM selector string or an Element; otherwise it will be created from the view's tagName, className, id and attributes properties. - If none are set, this.el is an empty div. el may also be passed in to - the view's constructor on instantiation. + If none are set, this.el is an empty div, which is often just + fine. An el reference may also be passed in to the view's constructor.