Skip to content

Commit

Permalink
Merge pull request #14 from taroxd/patch-1
Browse files Browse the repository at this point in the history
舰载机的初始值设为空字符串而不是 null THX
  • Loading branch information
Chiba committed Aug 20, 2015
2 parents ffd0bc5 + 024b691 commit 20afe4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ module.exports =
combinedInfo: Object.clone initData1
getShip: null
planeCount: null
sortiePlane: null
enemyPlane: null
sortiePlane: ''
enemyPlane: ''
seiku: null
enemyFormation: 0
enemyIntercept: 0
Expand Down

0 comments on commit 20afe4d

Please sign in to comment.