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

@@ -104,7 +104,7 @@ ol.renderer.webgl.Map = function(container, map) {
/**
* @private
* @type {ol.structs.LRUCache.<ol.webglTextureCacheEntry|null>}
* @type {ol.structs.LRUCache.<ol.WebglTextureCacheEntry|null>}
*/
this.textureCache_ = new ol.structs.LRUCache();
@@ -294,7 +294,7 @@ ol.renderer.webgl.Map.prototype.disposeInternal = function() {
if (!gl.isContextLost()) {
this.textureCache_.forEach(
/**
* @param {?ol.webglTextureCacheEntry} textureCacheEntry
* @param {?ol.WebglTextureCacheEntry} textureCacheEntry
* Texture cache entry.
*/
function(textureCacheEntry) {