Ivan Asmer hace 8 años
padre
commit
25440c0347
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      static/nb.js

+ 3 - 0
static/nb.js

@@ -38,6 +38,9 @@ function nbInit(a,b){
     else if (typeof b === "string"){
         root = searchElement(document, a)[0];
     }
+    if (typeof $s === "undefined"){
+        $s = {}
+    }
 
     function nBind(callback, prop, direction){
         direction = direction || "write";