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

@@ -1,15 +0,0 @@
import _ol_DeviceOrientation_ from '../../../src/ol/DeviceOrientation.js';
describe('ol.DeviceOrientation', function() {
describe('constructor', function() {
it('can be constructed without arguments', function() {
var instance = new _ol_DeviceOrientation_();
expect(instance).to.be.an(_ol_DeviceOrientation_);
});
});
});