From 321df2234db2e0fed2959848010671ed4804be3e Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 19 Sep 2019 13:55:35 +0200 Subject: [PATCH] export 'response.clear' to avoid typeErrors --- www/common/common-util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/common-util.js b/www/common/common-util.js index 4e067b668..b4255996f 100644 --- a/www/common/common-util.js +++ b/www/common/common-util.js @@ -91,6 +91,7 @@ }; return { + clear: clear, expected: function (id) { return Boolean(pending[id]); },