浏览代码

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,7 +464,16 @@ function gen_sort_attr(attr){
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
 

正在加载...
取消
保存