shorten long line

This commit is contained in:
rattai
2015-08-04 20:00:59 -04:00
parent b3f14f09c4
commit e49ce543a4

View File

@@ -155,7 +155,7 @@ describe('ol.source.ImageWMS', function() {
expect(imageLoadFunction.calledWith(image, image.src_)).to.be(true); expect(imageLoadFunction.calledWith(image, image.src_)).to.be(true);
}); });
it('returns the same image for consecutive calls with the same args', function() { it('returns same image for consecutive calls with same args', function() {
var extent = [10.01, 20, 30.01, 40]; var extent = [10.01, 20, 30.01, 40];
var source = new ol.source.ImageWMS(options); var source = new ol.source.ImageWMS(options);
var image1 = source.getImage(extent, resolution, pixelRatio, projection); var image1 = source.getImage(extent, resolution, pixelRatio, projection);