From 0db8f59ae3ba7ca589e316ab765d4305d676c106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Mon, 28 Jun 2010 08:41:43 +0000 Subject: [PATCH] add missing semicolon. Non functional change. git-svn-id: http://svn.openlayers.org/trunk/openlayers@10429 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMTS.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/WMTS.js b/lib/OpenLayers/Layer/WMTS.js index 39a139a7e4..5431bc5526 100644 --- a/lib/OpenLayers/Layer/WMTS.js +++ b/lib/OpenLayers/Layer/WMTS.js @@ -202,7 +202,7 @@ OpenLayers.Layer.WMTS = OpenLayers.Class(OpenLayers.Layer.Grid, { var len = this.matrixIds.length; if (len && typeof this.matrixIds[0] === "string") { var ids = this.matrixIds; - this.matrixIds = new Array(len) + this.matrixIds = new Array(len); for (var i=0; i