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
+2 -2
View File
@@ -43,10 +43,10 @@ ol.VectorTile_ = function(tileCoord, tileGrid) {
* @type {Object.<number, HTMLCanvasElement>} * @type {Object.<number, HTMLCanvasElement>}
*/ */
this.canvasByContext_ = {}; this.canvasByContext_ = {};
/** /**
* @private * @private
* @type {HTMLCanvasElement>} * @type {HTMLCanvasElement}
*/ */
this.canvas_; this.canvas_;