mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Update gesture.js
Make the code match the annotation (and all other uses of the variable)
This commit is contained in:
@@ -69,7 +69,7 @@ Blockly.Gesture = function(e, creatorWorkspace) {
|
||||
* @type {goog.math.Coordinate}
|
||||
* @private
|
||||
*/
|
||||
this.currentDragDeltaXY_ = 0;
|
||||
this.currentDragDeltaXY_ = null;
|
||||
|
||||
/**
|
||||
* The bubble that the gesture started on, or null if it did not start on a
|
||||
|
||||
Reference in New Issue
Block a user