Caught by `build.py precommit` not `build.py lint`.
This commit is contained in:
Tim Schaub
2013-01-21 10:51:38 -07:00
parent 300c1048bd
commit 3cf3ef629c

View File

@@ -43,10 +43,10 @@ ol.VectorTile_ = function(tileCoord, tileGrid) {
* @type {Object.<number, HTMLCanvasElement>}
*/
this.canvasByContext_ = {};
/**
* @private
* @type {HTMLCanvasElement>}
* @type {HTMLCanvasElement}
*/
this.canvas_;