Explorar el Código

closure fake selector

Ivan Asmer hace 7 años
padre
commit
cbd1cccf52
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      static/nb.js

+ 1 - 0
static/nb.js

@@ -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);