From 3cf3ef629cc9ca54632eefa87707cca648392e41 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 21 Jan 2013 10:51:38 -0700 Subject: [PATCH] Lint Caught by `build.py precommit` not `build.py lint`. --- src/ol/source/tiledvectorsource.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/source/tiledvectorsource.js b/src/ol/source/tiledvectorsource.js index 7938d50d88..cc3f8beb4c 100644 --- a/src/ol/source/tiledvectorsource.js +++ b/src/ol/source/tiledvectorsource.js @@ -43,10 +43,10 @@ ol.VectorTile_ = function(tileCoord, tileGrid) { * @type {Object.} */ this.canvasByContext_ = {}; - + /** * @private - * @type {HTMLCanvasElement>} + * @type {HTMLCanvasElement} */ this.canvas_;