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

View File

@@ -1,6 +1,4 @@
goog.require('ol.source.Stamen');
import _ol_source_Stamen_ from '../../../../src/ol/source/Stamen.js';
describe('ol.source.Stamen', function() {
@@ -8,7 +6,7 @@ describe('ol.source.Stamen', function() {
describe('constructor', function() {
it('can be constructed with a custom minZoom', function() {
var source = new ol.source.Stamen({
var source = new _ol_source_Stamen_({
layer: 'watercolor',
minZoom: 10
});
@@ -16,7 +14,7 @@ describe('ol.source.Stamen', function() {
});
it('can be constructed with a custom maxZoom', function() {
var source = new ol.source.Stamen({
var source = new _ol_source_Stamen_({
layer: 'watercolor',
maxZoom: 8
});