This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
可能存在的bug
tags/v2.0
枫谷剑仙
6 years ago
parent
fece5b0f40
commit
684bdc5d65
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
script.js
+ 1
- 4
script.js
View File
@@ -7,10 +7,7 @@ var Member = function(){
Member.prototype.outObj = function(){
var m = this;
var obj = [
m.id,
m.level,
m.awoken,
m.plus,
m.id
];
if (m.level) obj.push[m.level];
if (m.awoken) obj.push[m.awoken];
Write
Preview
Loading…
Cancel
Save