@ -56,7 +56,6 @@ Main.prototype.play = function (direction) {
this.times = this.max;
this.endCallback();
}
console.log('this.times: ', this.times);
};
/**
@ -51,6 +51,7 @@ function addHash() {
function test() {
document.addEventListener('click', () => {
if (isDemo) return;
main.play(0);
});