Skip to content

Commit

Permalink
Fix jshint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 22, 2016
1 parent 9b79102 commit 23dc61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/Scene/ImageryLayerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ defineSuite([
return pollToPromise(function() {
return imagery.state === ImageryState.TEXTURE_LOADED;
}).then(function() {
var textureBeforeReprojection = imagery.textureWebMercator;
expect(imagery.textureWebMercator).toBeDefined();
layer._reprojectTexture(scene.frameState, imagery, false);
layer.queueReprojectionCommands(scene.frameState);
expect(scene.frameState.commandList.length).toBe(0);
Expand Down

0 comments on commit 23dc61d

Please sign in to comment.