Change all 'Return:' to 'Returns:' in documentation. Non functional change

This commit is contained in:
fredj
2012-01-12 09:17:43 +01:00
parent 4769e119a0
commit 04ae5f8db8
6 changed files with 7 additions and 7 deletions

View File

@@ -168,7 +168,7 @@ OpenLayers.Handler.RegularPolygon = OpenLayers.Class(OpenLayers.Handler.Drag, {
* APIMethod: activate
* Turn on the handler.
*
* Return:
* Returns:
* {Boolean} The handler was successfully activated
*/
activate: function() {
@@ -195,7 +195,7 @@ OpenLayers.Handler.RegularPolygon = OpenLayers.Class(OpenLayers.Handler.Drag, {
* APIMethod: deactivate
* Turn off the handler.
*
* Return:
* Returns:
* {Boolean} The handler was successfully deactivated
*/
deactivate: function() {