Transformed

This commit is contained in:
Tim Schaub
2017-12-11 16:29:33 -07:00
parent 1cdb6a66f0
commit 7f47883c48
737 changed files with 22216 additions and 21609 deletions
+3 -5
View File
@@ -1,6 +1,4 @@
goog.require('ol.Geolocation');
import _ol_Geolocation_ from '../../../src/ol/Geolocation.js';
describe('ol.Geolocation', function() {
@@ -8,8 +6,8 @@ describe('ol.Geolocation', function() {
describe('constructor', function() {
it('can be constructed without arguments', function() {
var instance = new ol.Geolocation();
expect(instance).to.be.an(ol.Geolocation);
var instance = new _ol_Geolocation_();
expect(instance).to.be.an(_ol_Geolocation_);
});
});