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