Jelajahi Sumber

subnode test

Ivan Asmer 8 tahun lalu
induk
melakukan
25440c0347
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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";