Browse Source

Bugfix

master
Levi Olson 5 years ago
parent
commit
598432b33c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dist/bundle.js
  2. +1
    -1
      src/classes.js

+ 1
- 1
dist/bundle.js
File diff suppressed because it is too large
View File


+ 1
- 1
src/classes.js View File

@ -130,7 +130,7 @@ export class Series extends BaseUtils {
return this
}
logGame() {
this.tally.push(this.gameMatrix)
this.gameMatrixHistory.push(this.gameMatrix)
this.log("logGame")
}
}

Loading…
Cancel
Save