fix warnings
This commit is contained in:
@@ -64,7 +64,7 @@ Blockly.Blocks['sensebox_sd_write_file'] = {
|
||||
// Is the block nested in a loop?
|
||||
var block = this;
|
||||
do {
|
||||
if (this.LOOP_TYPES.indexOf(block.type) != -1) {
|
||||
if (this.LOOP_TYPES.indexOf(block.type) !== -1) {
|
||||
legal = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user