Fix export for ol.Geolocation.SUPPORTED
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
@exportClass ol.Geolocation ol.GeolocationOptions
|
@exportClass ol.Geolocation ol.GeolocationOptions
|
||||||
|
@exportSymbol ol.Geolocation.SUPPORTED ol.Geolocation.SUPPORTED
|
||||||
|
|||||||
@@ -142,10 +142,6 @@ ol.Geolocation.prototype.handleTrackingChanged_ = function() {
|
|||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
ol.Geolocation.SUPPORTED = 'geolocation' in goog.global.navigator;
|
ol.Geolocation.SUPPORTED = 'geolocation' in goog.global.navigator;
|
||||||
goog.exportProperty(
|
|
||||||
ol.Geolocation,
|
|
||||||
'SUPPORTED',
|
|
||||||
ol.Geolocation.SUPPORTED);
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user