Export ol.Geolocation.SUPPORTED

This commit is contained in:
Frederic Junod
2013-06-08 09:32:39 +02:00
parent 7cd5266d39
commit 79f99485c1
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -1,6 +1,7 @@
// FIXME handle geolocation not supported
goog.provide('ol.Geolocation');
goog.provide('ol.Geolocation.SUPPORTED');
goog.provide('ol.GeolocationProperty');
goog.require('goog.events');