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
+1 -1
View File
@@ -19,7 +19,7 @@ goog.require('ol.source.Source');
*
* @constructor
* @extends {ol.source.Source}
* @param {ol.sourceImageOptions} options Single image source options.
* @param {ol.SourceImageOptions} options Single image source options.
* @api
*/
ol.source.Image = function(options) {