ND comment fix (non-functional change)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5333 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2007-12-03 10:01:18 +00:00
parent 7e43f8688a
commit 75795805b4
2 changed files with 4 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ OpenLayers.Control.EditingToolbar = OpenLayers.Class(
/**
* Method: draw
* calls the default draw, and then activates mouse defaults.
*
* Returns:
* {DOMElement}
*/
draw: function() {
var div = OpenLayers.Control.Panel.prototype.draw.apply(this, arguments);