From 68220af813fb904e71557d2ced8e09531df6b043 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Fri, 30 Jan 2015 12:49:46 -0500 Subject: [PATCH] Tweak View#el docs further. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.