|
@@ -109,6 +109,7 @@ function nbInit(a,b){
|
|
|
var keyExists = typeof key !== 'undefined';
|
|
|
if (closure){
|
|
|
item.nbData = value[0].apply(item, value.slice(1))
|
|
|
+ return;
|
|
|
}
|
|
|
if ((!item.children.length && !Array.isArray(value) && typeof value === 'object') || thisByClass || dom){ //hash array on single leaf node -> set attrs on the tag
|
|
|
recursiveObjectSet(item,value);
|