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:
@@ -138,7 +138,7 @@ OpenLayers.Event = {
|
||||
* event - {Event}
|
||||
* tagName - {String}
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {DOMElement} The first node with the given tagName, starting from the
|
||||
* node the event was triggered on and traversing the DOM upwards
|
||||
*/
|
||||
@@ -252,7 +252,7 @@ OpenLayers.Event = {
|
||||
* observer - {function}
|
||||
* useCapture - {Boolean}
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Boolean} Whether or not the event observer was removed
|
||||
*/
|
||||
stopObserving: function(elementParam, name, observer, useCapture) {
|
||||
|
||||
Reference in New Issue
Block a user