From 86d4133039a2669a735a5d8d22737d8593f03d9d Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Fri, 22 Dec 2006 19:49:19 +0000 Subject: [PATCH] Statement should end in a semicolon. git-svn-id: http://svn.openlayers.org/trunk/openlayers@2096 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/SingleFile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/SingleFile.js b/lib/OpenLayers/SingleFile.js index 99c37d6a82..8d49452524 100644 --- a/lib/OpenLayers/SingleFile.js +++ b/lib/OpenLayers/SingleFile.js @@ -2,5 +2,5 @@ * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt * for the full text of the license. */ -_OPENLAYERS_SFL_=true +_OPENLAYERS_SFL_=true;