Update gesture.js

Make the code match the annotation (and all other uses of the variable)
This commit is contained in:
Rachel Fenichel
2018-05-15 14:37:24 -07:00
committed by GitHub
parent b37a4bd5b8
commit 93eb340b23

View File

@@ -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