Fix TileLayer flyTo test (#5843)

* fix TileLayer flyTo test

* fix linter errors
This commit is contained in:
Andrew 2017-10-16 08:58:25 +02:00 committed by Vladimir Agafonkin
parent d76e5d0372
commit b54c2d4adf

View File

@ -204,7 +204,7 @@ describe('TileLayer', function () {
beforeEach(function () {
clock = sinon.useFakeTimers();
kittenLayer = kittenLayerFactory();
kittenLayer = kittenLayerFactory({keepBuffer: 0});
counts = {
tileload: 0,