properly initialize OpenLayers
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5027 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* Namespace: OpenLayers
|
||||
* The OpenLayers object provides a namespace for all things OpenLayers
|
||||
*/
|
||||
OpenLayers = {
|
||||
window.OpenLayers = {
|
||||
|
||||
/**
|
||||
* Property: _scriptName
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||
* full text of the license. */
|
||||
|
||||
OpenLayers = {
|
||||
var OpenLayers = {
|
||||
singleFile: true
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user