Rename non-api sub-namespace typedefs

This commit is contained in:
Peter Robins
2016-05-13 09:58:25 +00:00
parent 4626554a18
commit 176ddd3403
36 changed files with 315 additions and 324 deletions

View File

@@ -35,7 +35,7 @@ ol.webgl.Context = function(canvas, gl) {
/**
* @private
* @type {Object.<string, ol.webgl.BufferCacheEntry>}
* @type {Object.<string, ol.webglBufferCacheEntry>}
*/
this.bufferCache_ = {};