Преглед на файлове

this element by class name binding

Ivan Asmer преди 8 години
родител
ревизия
ba63b8713c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      static/nb.js

+ 1 - 1
static/nb.js

@@ -130,7 +130,7 @@ function nbInit(a,b){
                                 arguments.callee(classSubnodes[i], $s, selector, value[key]); // recursively fill subnode with that data. No reason to pass a key, because key are class selector, not value for option
                                 arguments.callee(classSubnodes[i], $s, selector, value[key]); // recursively fill subnode with that data. No reason to pass a key, because key are class selector, not value for option
                             }
                             }
                             if (item.classList.contains(key)){
                             if (item.classList.contains(key)){
-                                arguments.callee(item, $s, selector, value[key], null, true); // recursively fill subnode with that data. No reason to pass a key, because key are class selector, not value for option
+                                arguments.callee(item, $s, selector, value[key], undefined, true); // recursively fill subnode with that data. No reason to pass a key, because key are class selector, not value for option
                             }
                             }
                         }
                         }
                         return;
                         return;