Convert all typedefs to CamelCase

This commit is contained in:
Peter Robins
2016-05-18 19:33:03 +00:00
parent 8afae37c4c
commit 2117f2e3b1
24 changed files with 327 additions and 327 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ ol.reproj.Triangulation = function(sourceProj, targetProj, targetExtent,
this.errorThresholdSquared_ = errorThreshold * errorThreshold;
/**
* @type {Array.<ol.reprojTriangle>}
* @type {Array.<ol.ReprojTriangle>}
* @private
*/
this.triangles_ = [];
@@ -324,7 +324,7 @@ ol.reproj.Triangulation.prototype.calculateSourceExtent = function() {
/**
* @return {Array.<ol.reprojTriangle>} Array of the calculated triangles.
* @return {Array.<ol.ReprojTriangle>} Array of the calculated triangles.
*/
ol.reproj.Triangulation.prototype.getTriangles = function() {
return this.triangles_;