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:
@@ -124,7 +124,7 @@ OpenLayers.Handler = OpenLayers.Class({
|
||||
* returns true. If a <keyMask> is set and it matches the combination
|
||||
* of keys down on an event, this returns true.
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Boolean} The keyMask matches the keys down on an event.
|
||||
*/
|
||||
checkModifiers: function (evt) {
|
||||
@@ -146,7 +146,7 @@ OpenLayers.Handler = OpenLayers.Class({
|
||||
* APIMethod: activate
|
||||
* Turn on the handler. Returns false if the handler was already active.
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Boolean} The handler was activated.
|
||||
*/
|
||||
activate: function() {
|
||||
@@ -168,7 +168,7 @@ OpenLayers.Handler = OpenLayers.Class({
|
||||
* APIMethod: deactivate
|
||||
* Turn off the handler. Returns false if the handler was already inactive.
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Boolean} The handler was deactivated.
|
||||
*/
|
||||
deactivate: function() {
|
||||
|
||||
Reference in New Issue
Block a user