Transformed
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
goog.provide('ol.source.State');
|
||||
|
||||
|
||||
/**
|
||||
* @module ol/source/State
|
||||
*/
|
||||
/**
|
||||
* State of the source, one of 'undefined', 'loading', 'ready' or 'error'.
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.source.State = {
|
||||
var _ol_source_State_ = {
|
||||
UNDEFINED: 'undefined',
|
||||
LOADING: 'loading',
|
||||
READY: 'ready',
|
||||
ERROR: 'error'
|
||||
};
|
||||
|
||||
export default _ol_source_State_;
|
||||
|
||||
Reference in New Issue
Block a user