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:
crschmidt
2007-04-02 11:02:09 +00:00
parent 5319acfaf1
commit 201e4bb112
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ Rico/Corner.js
[exclude]
OpenLayers/Format/GeoRSS.js
OpenLayers/Format/GML.js
OpenLayers/Format/JSON.js
OpenLayers/Format/WKT.js
OpenLayers/Format/KML.js
OpenLayers/Format/WFS.js
OpenLayers/Format.js

View File

@@ -4,7 +4,7 @@
/**
* Read and write WKT.
* @requires OpenLayers/Format/JSON.js
* @requires OpenLayers/Format.js
*/
OpenLayers.Format.WKT = OpenLayers.Class.create();
OpenLayers.Format.WKT.prototype =