This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
tictactoe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Bugfix
master
Levi Olson
6 years ago
parent
61b319734d
commit
598432b33c
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dist/bundle.js
+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
.
tall
y
.
push
(
this
.
gameMatrix
)
this
.
gameMatrixHistor
y
.
push
(
this
.
gameMatrix
)
this
.
log
(
"logGame"
)
}
}
Write
Preview
Loading…
Cancel
Save