mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Fix lint error.
This commit is contained in:
@@ -561,7 +561,7 @@ Blockly.Workspace.prototype.getCommentById = function(id) {
|
||||
* @return {boolean} True if all inputs are filled, false otherwise.
|
||||
*/
|
||||
Blockly.Workspace.prototype.allInputsFilled = function(
|
||||
opt_shadowBlocksAreFilled) {
|
||||
opt_shadowBlocksAreFilled) {
|
||||
var blocks = this.getTopBlocks(false);
|
||||
for (var i = 0, block; block = blocks[i]; i++) {
|
||||
if (!block.allInputsFilled(opt_shadowBlocksAreFilled)) {
|
||||
|
||||
Reference in New Issue
Block a user