fix warning "no-loop-func"

This commit is contained in:
Delucse
2020-09-25 13:22:09 +02:00
parent 5044b09701
commit 1d3f356fe7
3 changed files with 29 additions and 29 deletions
@@ -2,7 +2,6 @@ import * as Blockly from 'blockly/core';
import { getColour } from '../helpers/colour';
import * as Types from '../helpers/types'
import { FieldSlider } from '@blockly/field-slider';
import { Field } from '..';
Blockly.Blocks['sensebox_display_beginDisplay'] = {
@@ -250,4 +249,4 @@ Blockly.Blocks['sensebox_display_drawRectangle'] = {
}
},
LOOP_TYPES: ['sensebox_display_show'],
};
};