Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into VRTheWorld
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Feb 16, 2013
2 parents f6a2e56 + d8c9d92 commit a0333f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Scene/TerrainProvider.js
Expand Up @@ -23,9 +23,9 @@ define([
* @see CesiumTerrainProvider
* @see ArcGisImageServerTerrainProvider
*/
function TerrainProvider() {
var TerrainProvider = function() {
throw new DeveloperError('This type should not be instantiated directly.');
}
};

/**
* Specifies the indices of the attributes of the terrain geometry.
Expand Down

0 comments on commit a0333f9

Please sign in to comment.