EditingToolbar depends on these handlers being around -- if they're not, then

dragfeature will blow up with an error of 'handler is not a constructor'. 


git-svn-id: http://svn.openlayers.org/trunk/openlayers@3812 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-07-25 16:46:36 +00:00
parent 0481f7f4f3
commit ef0a4697a4

View File

@@ -6,6 +6,9 @@
* @requires OpenLayers/Control/Panel.js
* @requires OpenLayers/Control/Navigation.js
* @requires OpenLayers/Control/DrawFeature.js
* @requires OpenLayers/Handler/Point.js
* @requires OpenLayers/Handler/Path.js
* @requires OpenLayers/Handler/Polygon.js
*
* Class: OpenLayers.Control.EditingToolbar