Browse Source

subnode test

Ivan Asmer 8 năm trước cách đây
mục cha
commit
25440c0347
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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";