export 'response.clear' to avoid typeErrors

pull/1/head
ansuz 2019-09-19 13:55:35 +02:00
parent 047d64a3c2
commit 321df2234d
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@
};
return {
clear: clear,
expected: function (id) {
return Boolean(pending[id]);
},