Less crazy indentation

This commit is contained in:
Tim Schaub
2016-02-23 12:50:33 -07:00
parent 247eb62e3b
commit b440872e60
+3 -2
View File
@@ -24,8 +24,9 @@ try {
hasImageDataConstructor = false;
}
(hasImageDataConstructor ? describe : xdescribe)('ol.source.Raster',
function() {
var maybeDescribe = hasImageDataConstructor ? describe : xdescribe;
maybeDescribe('ol.source.Raster', function() {
var target, map, redSource, greenSource, blueSource, raster;