Remove use of goog.object.containsKey
This commit is contained in:
@@ -478,7 +478,7 @@ ol.render.webgl.ImageReplay.prototype.createTextures_ =
|
||||
image = images[i];
|
||||
|
||||
uid = goog.getUid(image).toString();
|
||||
if (goog.object.containsKey(texturePerImage, uid)) {
|
||||
if (uid in texturePerImage) {
|
||||
texture = texturePerImage[uid];
|
||||
} else {
|
||||
texture = ol.webgl.Context.createTexture(
|
||||
|
||||
Reference in New Issue
Block a user