Remove device orientation

This commit is contained in:
Tim Schaub
2017-12-12 19:16:13 -07:00
parent bb48b09920
commit ac6b3fb908
3 changed files with 0 additions and 267 deletions

View File

@@ -38,20 +38,6 @@ olx.AttributionOptions;
olx.AttributionOptions.prototype.html;
/**
* @typedef {{tracking: (boolean|undefined)}}
*/
olx.DeviceOrientationOptions;
/**
* Start tracking. Default is `false`.
* @type {boolean|undefined}
* @api
*/
olx.DeviceOrientationOptions.prototype.tracking;
/**
* @typedef {{tracking: (boolean|undefined),
* trackingOptions: (GeolocationPositionOptions|undefined),