Export ol.DeviceOrientation.SUPPORTED

This commit is contained in:
Frederic Junod
2013-06-08 09:53:06 +02:00
parent ea8c970d6e
commit 4d4a654a8e
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -1,4 +1,5 @@
goog.provide('ol.DeviceOrientation');
goog.provide('ol.DeviceOrientation.SUPPORTED');
goog.provide('ol.DeviceOrientationProperty');
goog.require('goog.events');