Fix export for ol.Geolocation.SUPPORTED

This commit is contained in:
Éric Lemoine
2013-09-28 22:44:35 +02:00
parent da84dd9253
commit 43561c302e
2 changed files with 1 additions and 4 deletions

View File

@@ -1 +1,2 @@
@exportClass ol.Geolocation ol.GeolocationOptions
@exportSymbol ol.Geolocation.SUPPORTED ol.Geolocation.SUPPORTED

View File

@@ -142,10 +142,6 @@ ol.Geolocation.prototype.handleTrackingChanged_ = function() {
* @type {boolean}
*/
ol.Geolocation.SUPPORTED = 'geolocation' in goog.global.navigator;
goog.exportProperty(
ol.Geolocation,
'SUPPORTED',
ol.Geolocation.SUPPORTED);
/**