Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bagnell committed Jul 18, 2014
1 parent 3a749f8 commit 3add858
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ Change Log
Beta Releases
-------------



### b30 - 2014-07-01

* Breaking changes ([why so many?](https://groups.google.com/forum/#!topic/cesium-dev/Y_mG11IZD9k))
Expand Down
4 changes: 1 addition & 3 deletions Specs/Scene/ScreenSpaceCameraControllerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ defineSuite([
this.canvas = canvas;
this.camera = camera;
this.globe = undefined;
this.mapProjection = {
ellipsoid : ellipsoid
};
this.mapProjection = new GeographicProjection(ellipsoid);
};

beforeEach(function() {
Expand Down

0 comments on commit 3add858

Please sign in to comment.