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

View File

@@ -91,7 +91,7 @@ ol.source.Raster = function(options) {
/**
* The most recently rendered state.
* @type {?ol.sourceRasterRenderedState}
* @type {?ol.SourceRasterRenderedState}
* @private
*/
this.renderedState_ = null;