Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hpinkos committed Jul 8, 2013
1 parent 9333fc9 commit 978ae17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions Source/Scene/Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,6 @@ define([
return this._context;
};

/**
* DOC_TBA
* @memberof Scene
*/
Scene.prototype.getCreditDisplay = function() {
return this._creditDisplay;
};

/**
* DOC_TBA
* @memberof Scene
Expand Down
3 changes: 2 additions & 1 deletion Source/Widgets/CesiumWidget/CesiumWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ define([
this._container = container;
this._canvas = canvas;
this._canvasWidth = canvas.width;
this._canvasHeight = canvas.height; this._scene = scene;
this._canvasHeight = canvas.height;
this._scene = scene;
this._centralBody = centralBody;
this._clock = defaultValue(options.clock, new Clock());
this._transitioner = new SceneTransitioner(scene, ellipsoid);
Expand Down

0 comments on commit 978ae17

Please sign in to comment.