properly initialize OpenLayers
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5027 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user