[OpenLayers-Commits] r2014 - sandbox/vector/lib/OpenLayers/Control/EditingTool
commits at openlayers.org
commits at openlayers.org
Wed Dec 6 10:53:19 EST 2006
Author: pgiraud
Date: 2006-12-06 10:53:18 -0500 (Wed, 06 Dec 2006)
New Revision: 2014
Modified:
sandbox/vector/lib/OpenLayers/Control/EditingTool/DrawCurvePath.js
Log:
wrong require path in header
build script broken
Modified: sandbox/vector/lib/OpenLayers/Control/EditingTool/DrawCurvePath.js
===================================================================
--- sandbox/vector/lib/OpenLayers/Control/EditingTool/DrawCurvePath.js 2006-12-06 06:48:06 UTC (rev 2013)
+++ sandbox/vector/lib/OpenLayers/Control/EditingTool/DrawCurvePath.js 2006-12-06 15:53:18 UTC (rev 2014)
@@ -5,7 +5,7 @@
/**
* @class
*
- * @requires OpenLayers/Control/EditingTool.js
+ * @requires OpenLayers/Control.js
*/
OpenLayers.Control.DrawCurvePath = OpenLayers.Class.create();
More information about the Commits
mailing list