mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Linting Fix
This commit is contained in:
@@ -195,7 +195,7 @@ Blockly.BlockDragger.prototype.startBlockDrag = function(currentDragDeltaXY,
|
||||
Blockly.BlockDragger.prototype.fireDragStartEvent_ = function() {
|
||||
var event = new Blockly.Events.Ui(this.draggingBlock_, 'dragStart',
|
||||
null, this.draggingBlock_.getDescendants(false));
|
||||
Blockly.Events.fire(event)
|
||||
Blockly.Events.fire(event);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user