Declare variables before assignment

This commit is contained in:
Tim Schaub
2016-01-03 10:59:19 -07:00
parent f0fc4d4e73
commit 179b241aec
5 changed files with 8 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ function itNoPhantom() {
(typeof ImageData == 'function' ? describe : xdescribe)('ol.source.Raster',
function() {
var target, map, redSource, greenSource, blueSource;
var target, map, redSource, greenSource, blueSource, raster;
beforeEach(function() {
target = document.createElement('div');