Filling our log with cruft, adding meaningless conflicts for merges, and changing a comment style that ndocs could care less about, this commit changes Return to Returns (closes #945).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4110 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -161,7 +161,7 @@ OpenLayers.Control = OpenLayers.Class({
|
||||
* px - {<OpenLayers.Pixel>} The top-left pixel position of the control
|
||||
* or null.
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {DOMElement} A reference to the DIV DOMElement containing the control
|
||||
*/
|
||||
draw: function (px) {
|
||||
@@ -198,7 +198,7 @@ OpenLayers.Control = OpenLayers.Class({
|
||||
* handler if one has been set. Controls can be
|
||||
* deactivated by calling the deactivate() method.
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Boolean} True if the control was successfully activated or
|
||||
* false if the control was already active.
|
||||
*/
|
||||
@@ -218,7 +218,7 @@ OpenLayers.Control = OpenLayers.Class({
|
||||
* Deactivates a control and it's associated handler if any. The exact
|
||||
* effect of this depends on the control itself.
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Boolean} True if the control was effectively deactivated or false
|
||||
* if the control was already inactive.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user