Replace goog.getUid with ol.getUid
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ ol.inherits(ol.Image, ol.ImageBase);
|
||||
ol.Image.prototype.getImage = function(opt_context) {
|
||||
if (opt_context !== undefined) {
|
||||
var image;
|
||||
var key = goog.getUid(opt_context);
|
||||
var key = ol.getUid(opt_context);
|
||||
if (key in this.imageByContext_) {
|
||||
return this.imageByContext_[key];
|
||||
} else if (ol.object.isEmpty(this.imageByContext_)) {
|
||||
|
||||
Reference in New Issue
Block a user