Explorar o código

this by class binding for root item

Ivan Asmer %!s(int64=7) %!d(string=hai) anos
pai
achega
3c2b065828
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      static/nb.js

+ 1 - 1
static/nb.js

@@ -59,7 +59,7 @@ function nbInit(a,b){
                     callback(item, $s, selector, $s[selector][i], undefined, true);
                 }
                 else {
-                    var res = callback(item, $s, selector);
+                    var res = callback(item, $s, selector, undefined, undefined, true);
                     if (typeof res !== "undefined"){
                         result.push(res)
                     }