From 3930be5d9e7da7ac7199673789a45d0fda979036 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 12 May 2022 13:37:21 +0200 Subject: [PATCH] :bug: Remove warnings from external library --- frontend/src/app/util/dom/normalize_wheel.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/app/util/dom/normalize_wheel.js b/frontend/src/app/util/dom/normalize_wheel.js index c9f22399f..fc221e54c 100644 --- a/frontend/src/app/util/dom/normalize_wheel.js +++ b/frontend/src/app/util/dom/normalize_wheel.js @@ -6,8 +6,6 @@ * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * - * @providesModule normalizeWheel - * @typechecks */ /**