Fix export for ol.DeviceOrientation.SUPPORTED

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

View File

@@ -1 +1,2 @@
@exportClass ol.DeviceOrientation ol.DeviceOrientationOptions
@exportSymbol ol.DeviceOrientation.SUPPORTED ol.DeviceOrientation.SUPPORTED

View File

@@ -106,10 +106,6 @@ ol.DeviceOrientation.prototype.disposeInternal = function() {
* @type {boolean}
*/
ol.DeviceOrientation.SUPPORTED = 'DeviceOrientationEvent' in goog.global;
goog.exportProperty(
ol.DeviceOrientation,
'SUPPORTED',
ol.DeviceOrientation.SUPPORTED);
/**