浏览代码

subnode test

Ivan Asmer 8 年之前
父节点
当前提交
25440c0347
共有 1 个文件被更改,包括 3 次插入0 次删除
  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";