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 * Method: draw
* calls the default draw, and then activates mouse defaults. * calls the default draw, and then activates mouse defaults.
*
* Returns:
* {DOMElement}
*/ */
draw: function() { draw: function() {
var div = OpenLayers.Control.Panel.prototype.draw.apply(this, arguments); var div = OpenLayers.Control.Panel.prototype.draw.apply(this, arguments);

View File

@@ -35,7 +35,7 @@ OpenLayers.Control.Scale = OpenLayers.Class(OpenLayers.Control, {
* Method: draw * Method: draw
* *
* Returns: * Returns:
* {DOMElemen} * {DOMElement}
*/ */
draw: function() { draw: function() {
OpenLayers.Control.prototype.draw.apply(this, arguments); OpenLayers.Control.prototype.draw.apply(this, arguments);