From 4da372d515e095b3397c849624ded6199dfcfed9 Mon Sep 17 00:00:00 2001 From: William Wall Date: Fri, 28 Sep 2018 09:24:55 -0600 Subject: [PATCH] Fix type checks in Vector source The getResolutions override is unnecessary because the parent implementation also returns undefined. --- src/ol/source/Vector.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ol/source/Vector.js b/src/ol/source/Vector.js index f5d5baa105..4e1fce6f8f 100644 --- a/src/ol/source/Vector.js +++ b/src/ol/source/Vector.js @@ -782,12 +782,6 @@ class VectorSource extends Source { } - /** - * @override - */ - getResolutions() {} - - /** * Get the url associated with this source. *