Remove now unused DEVICE_ORIENTATION

This commit is contained in:
Frederic Junod
2017-12-15 10:42:55 +01:00
parent 27c1867701
commit 02649e2b70

View File

@@ -80,15 +80,6 @@ _ol_has_.CANVAS = (
})();
/**
* Indicates if DeviceOrientation is supported in the user's browser.
* @const
* @type {boolean}
* @api
*/
_ol_has_.DEVICE_ORIENTATION = 'DeviceOrientationEvent' in window;
/**
* Is HTML5 geolocation supported in the current browser?
* @const