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