Remove ol.style.ImageState and use ol.ImageState instead
This commit is contained in:
+1
-13
@@ -1,16 +1,4 @@
|
||||
goog.provide('ol.style.Image');
|
||||
goog.provide('ol.style.ImageState');
|
||||
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
ol.style.ImageState = {
|
||||
IDLE: 0,
|
||||
LOADING: 1,
|
||||
LOADED: 2,
|
||||
ERROR: 3
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
@@ -136,7 +124,7 @@ ol.style.Image.prototype.getHitDetectionImage = function(pixelRatio) {};
|
||||
|
||||
/**
|
||||
* @abstract
|
||||
* @return {ol.style.ImageState} Image state.
|
||||
* @return {ol.ImageState} Image state.
|
||||
*/
|
||||
ol.style.Image.prototype.getImageState = function() {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user