Add ol.Store.isReady
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
goog.provide('ol.Store');
|
goog.provide('ol.Store');
|
||||||
|
|
||||||
|
goog.require('goog.functions');
|
||||||
goog.require('ol.Extent');
|
goog.require('ol.Extent');
|
||||||
goog.require('ol.Projection');
|
goog.require('ol.Projection');
|
||||||
|
|
||||||
@@ -59,6 +60,12 @@ ol.Store.prototype.getProjection = function() {
|
|||||||
ol.Store.prototype.getResolutions = goog.abstractMethod;
|
ol.Store.prototype.getResolutions = goog.abstractMethod;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return {boolean} Is ready.
|
||||||
|
*/
|
||||||
|
ol.Store.prototype.isReady = goog.functions.TRUE;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {string|undefined} attribution Attribution.
|
* @param {string|undefined} attribution Attribution.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user