Convert all typedefs to CamelCase
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -91,7 +91,7 @@ ol.source.Raster = function(options) {
|
||||
|
||||
/**
|
||||
* The most recently rendered state.
|
||||
* @type {?ol.sourceRasterRenderedState}
|
||||
* @type {?ol.SourceRasterRenderedState}
|
||||
* @private
|
||||
*/
|
||||
this.renderedState_ = null;
|
||||
|
||||
@@ -30,7 +30,7 @@ ol.source.State = {
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.Object}
|
||||
* @param {ol.sourceSourceOptions} options Source options.
|
||||
* @param {ol.SourceSourceOptions} options Source options.
|
||||
* @api stable
|
||||
*/
|
||||
ol.source.Source = function(options) {
|
||||
|
||||
@@ -22,7 +22,7 @@ goog.require('ol.tilegrid.TileGrid');
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.source.Source}
|
||||
* @param {ol.sourceTileOptions} options Tile source options.
|
||||
* @param {ol.SourceTileOptions} options Tile source options.
|
||||
* @api
|
||||
*/
|
||||
ol.source.Tile = function(options) {
|
||||
|
||||
@@ -14,7 +14,7 @@ goog.require('ol.source.TileEvent');
|
||||
* @constructor
|
||||
* @fires ol.source.TileEvent
|
||||
* @extends {ol.source.Tile}
|
||||
* @param {ol.sourceUrlTileOptions} options Image tile options.
|
||||
* @param {ol.SourceUrlTileOptions} options Image tile options.
|
||||
*/
|
||||
ol.source.UrlTile = function(options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user