More JSDoc improvements

This commit is contained in:
Neil Fraser
2021-05-27 13:09:50 -07:00
committed by Neil Fraser
parent f64c11d74e
commit e661c92a36
32 changed files with 154 additions and 158 deletions

View File

@@ -314,7 +314,7 @@ Blockly.TouchGesture.prototype.handleTouchEnd = function(e) {
/**
* Helper function returning the current touch point coordinate.
* @param {!Event} e A touch or pointer event.
* @return {Blockly.utils.Coordinate} The current touch point coordinate
* @return {?Blockly.utils.Coordinate} The current touch point coordinate
* @package
*/
Blockly.TouchGesture.prototype.getTouchPoint = function(e) {