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:
@@ -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);
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user