Skip to content

Commit

Permalink
fix #1817 random issue after running JsonP at the end of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Jun 18, 2019
1 parent 7ed5d06 commit 635a5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aria/core/IO.js
Expand Up @@ -225,7 +225,7 @@ module.exports = Aria.classDefinition({
this.__serializer = null;
}

this._timeOut = null;
this._timeOut = {};
},
$prototype : {
/**
Expand Down

0 comments on commit 635a5b8

Please sign in to comment.