From a167860818b0e85a828afadc4df366270cb5126f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Wed, 25 Aug 2010 06:25:11 +0000 Subject: [PATCH] add missing semicolon git-svn-id: http://svn.openlayers.org/trunk/openlayers@10696 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/BaseTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/BaseTypes.js b/lib/OpenLayers/BaseTypes.js index 2b436eab28..cf766bac31 100644 --- a/lib/OpenLayers/BaseTypes.js +++ b/lib/OpenLayers/BaseTypes.js @@ -606,7 +606,7 @@ OpenLayers.Date = { if (isNaN(date.getTime())) { // ECMA-262 says throw RangeError, Firefox returns // "Invalid Date" - str = "Invalid Date" + str = "Invalid Date"; } else { str = date.getUTCFullYear() + "-" +