properly initialize OpenLayers

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5027 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-10-19 18:20:18 +00:00
parent 5c4dae31c3
commit 4bafcddff1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
* Namespace: OpenLayers * Namespace: OpenLayers
* The OpenLayers object provides a namespace for all things OpenLayers * The OpenLayers object provides a namespace for all things OpenLayers
*/ */
OpenLayers = { window.OpenLayers = {
/** /**
* Property: _scriptName * Property: _scriptName
+1 -1
View File
@@ -2,7 +2,7 @@
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the * license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
OpenLayers = { var OpenLayers = {
singleFile: true singleFile: true
}; };