Skip to content

Commit

Permalink
rem test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily2point0 committed Jun 1, 2017
1 parent a13c559 commit 2ea87ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/oCrossword.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ OCrossword.prototype.assemble = function assemble() {

if (!isAndroid()) {
e.preventDefault();
timer = 100;
timer = 0;
}

if(e.target.nodeName !== 'INPUT') {
Expand Down

0 comments on commit 2ea87ed

Please sign in to comment.