From f38806eeb2e763c42ac6b144444e3d01d6fa93f2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 8 Aug 2019 16:05:57 +0000 Subject: [PATCH] :bug: Add missing extern definition for "isDragging" function. --- frontend/vendor/main.externs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vendor/main.externs.js b/frontend/vendor/main.externs.js index e44882577..75d7b0a26 100644 --- a/frontend/vendor/main.externs.js +++ b/frontend/vendor/main.externs.js @@ -1,4 +1,5 @@ var TopLevel = { + "isDragging": function() {}, "offsetX": function() {}, "offsetY": function() {}, "nativeEvent": function() {},