mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Fix @return JSDocs.
This commit is contained in:
@@ -206,7 +206,7 @@ Blockly.TouchGesture.prototype.handleUp = function(e) {
|
||||
|
||||
/**
|
||||
* Whether this gesture is part of a multi-touch gesture.
|
||||
* @return {boolean} whether this gesture is part of a multi-touch gesture.
|
||||
* @return {boolean} Whether this gesture is part of a multi-touch gesture.
|
||||
* @package
|
||||
*/
|
||||
Blockly.TouchGesture.prototype.isMultiTouch = function() {
|
||||
@@ -301,7 +301,7 @@ Blockly.TouchGesture.prototype.handleTouchEnd = function(e) {
|
||||
/**
|
||||
* Helper function returning the current touch point coordinate.
|
||||
* @param {!Event} e A touch or pointer event.
|
||||
* @return {goog.math.Coordinate} the current touch point coordinate
|
||||
* @return {goog.math.Coordinate} The current touch point coordinate
|
||||
* @package
|
||||
*/
|
||||
Blockly.TouchGesture.prototype.getTouchPoint = function(e) {
|
||||
|
||||
Reference in New Issue
Block a user