Fix broken references to 'Format/JSON' that were simple copy paste errors.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@2970 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -12,7 +12,7 @@ Rico/Corner.js
|
|||||||
[exclude]
|
[exclude]
|
||||||
OpenLayers/Format/GeoRSS.js
|
OpenLayers/Format/GeoRSS.js
|
||||||
OpenLayers/Format/GML.js
|
OpenLayers/Format/GML.js
|
||||||
OpenLayers/Format/JSON.js
|
OpenLayers/Format/WKT.js
|
||||||
OpenLayers/Format/KML.js
|
OpenLayers/Format/KML.js
|
||||||
OpenLayers/Format/WFS.js
|
OpenLayers/Format/WFS.js
|
||||||
OpenLayers/Format.js
|
OpenLayers/Format.js
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Read and write WKT.
|
* Read and write WKT.
|
||||||
* @requires OpenLayers/Format/JSON.js
|
* @requires OpenLayers/Format.js
|
||||||
*/
|
*/
|
||||||
OpenLayers.Format.WKT = OpenLayers.Class.create();
|
OpenLayers.Format.WKT = OpenLayers.Class.create();
|
||||||
OpenLayers.Format.WKT.prototype =
|
OpenLayers.Format.WKT.prototype =
|
||||||
|
|||||||
Reference in New Issue
Block a user