Imports cased like the filename
This commit is contained in:
11
src/ol/ImageState.js
Normal file
11
src/ol/ImageState.js
Normal file
@@ -0,0 +1,11 @@
|
||||
goog.provide('ol.ImageState');
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
ol.ImageState = {
|
||||
IDLE: 0,
|
||||
LOADING: 1,
|
||||
LOADED: 2,
|
||||
ERROR: 3
|
||||
};
|
||||
Reference in New Issue
Block a user