Fix type checks in Vector source

The getResolutions override is unnecessary because the parent
implementation also returns undefined.
This commit is contained in:
William Wall
2018-09-28 09:24:55 -06:00
parent 63f583e148
commit 4da372d515

View File

@@ -782,12 +782,6 @@ class VectorSource extends Source {
}
/**
* @override
*/
getResolutions() {}
/**
* Get the url associated with this source.
*