瀏覽代碼

auto commit

app
jfinn 3 年之前
父節點
當前提交
af2eaffbf6
共有 1 個檔案被更改,包括 10 行新增1 行删除
  1. 10
    1
      mdev/dev_sto.native.js

+ 10
- 1
mdev/dev_sto.native.js 查看文件

464
 	}
464
 	}
465
 	}
465
 	}
466
 }
466
 }
467
-
467
+function find_attr(elm,indx,arr){
468
+		// this.attr
469
+		// this.val
470
+		// clog("F",{that:this,elm,indx,arr})
471
+		// if ( elm[this.attr] == this.val){
472
+		if (elm && elm[this.attr] == this.val){
473
+			return 1
474
+		}
475
+	
476
+}
468
 
477
 
469
 
478
 
470
 
479
 

Loading…
取消
儲存