Use Array.isArray instead of goog.isArray
This commit is contained in:
@@ -264,7 +264,7 @@ ol.source.ImageVector.prototype.renderFeature_ = function(feature, resolution, p
|
||||
return false;
|
||||
}
|
||||
var i, ii, loading = false;
|
||||
if (!goog.isArray(styles)) {
|
||||
if (!Array.isArray(styles)) {
|
||||
styles = [styles];
|
||||
}
|
||||
for (i = 0, ii = styles.length; i < ii; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user