Merge pull request #7602 from fredj/rm_DEVICE_ORIENTATION

Remove now unused DEVICE_ORIENTATION
This commit is contained in:
Frédéric Junod
2017-12-15 15:02:52 +01:00
committed by GitHub

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