Fixed example.html and OpenLayers.js to use lib/ instead of js/.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
OpenLayers = new Object();
|
||||
OpenLayers._scriptName = "js/OpenLayers.js";
|
||||
OpenLayers._scriptName = "lib/OpenLayers.js";
|
||||
OpenLayers._getScriptLocation = function () {
|
||||
var scriptLocation = "";
|
||||
var SCRIPT_NAME = OpenLayers._scriptName;
|
||||
|
||||
Reference in New Issue
Block a user