Rename BlockAnimation > blockAnimation

Issue 2102.  And do a full recompile due to changed the dependency name.
This commit is contained in:
Neil Fraser
2019-07-08 17:13:49 -07:00
committed by Neil Fraser
parent d1fb3f0480
commit e06d4e648c
19 changed files with 916 additions and 907 deletions

View File

@@ -251,7 +251,7 @@ Blockly.BubbleDragger.prototype.fireMoveEvent_ = function() {
* This function does not consider differing origins. It simply scales the
* input's x and y values.
* @param {!Blockly.utils.Coordinate} pixelCoord A coordinate with x and y values
* in css pixel units.
* in CSS pixel units.
* @return {!Blockly.utils.Coordinate} The input coordinate divided by the workspace
* scale.
* @private