Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-08-31 16:28:06 +03:00
parent 10f413a819
commit 200485f5ed

View File

@ -3035,7 +3035,7 @@ var BaseBrowserPrototype = {
if(context.root == null && section instanceof Array){ if(context.root == null && section instanceof Array){
// NOTE: we are not passing context down to make each section // NOTE: we are not passing context down to make each section
// independent of the others... (XXX ???) // independent of the others... (XXX ???)
var s= {} var s = {}
section section
.forEach(function(name){ .forEach(function(name){
s[name] = this.render( s[name] = this.render(