minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-04-24 18:58:16 +03:00
parent 2251f1f079
commit e994566c3c

View File

@ -1631,7 +1631,12 @@ var BrowserPrototype = {
// - wrap a list of nodes (nested list) in a div
//
// Format:
// XXX
// if list of items passed:
// <div>
// <!-- items -->
// ...
// </div>
// or same as .renderList(..)
//
// XXX revise...
finalizeRender: function(items, context){