From 201e4bb112ece236d5e46a6ca081d18a05cb34dc Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 2 Apr 2007 11:02:09 +0000 Subject: [PATCH] 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 --- build/library.cfg | 2 +- lib/OpenLayers/Format/WKT.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/library.cfg b/build/library.cfg index 7eb24d0808..5397cff9c3 100644 --- a/build/library.cfg +++ b/build/library.cfg @@ -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 diff --git a/lib/OpenLayers/Format/WKT.js b/lib/OpenLayers/Format/WKT.js index 0d0a6c53b7..5e1fa80cbd 100644 --- a/lib/OpenLayers/Format/WKT.js +++ b/lib/OpenLayers/Format/WKT.js @@ -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 =