diff --git a/core/blockly.js b/core/blockly.js index aeddf97b3..7cd0e449d 100644 --- a/core/blockly.js +++ b/core/blockly.js @@ -412,7 +412,7 @@ Blockly.defineBlocksWithJsonArray = function(jsonArray) { } else { if (Blockly.Blocks[typename]) { console.warn('Block definition #' + i + - ' in JSON array overwrites prior definition of "' + typename + '"'); + ' in JSON array overwrites prior definition of "' + typename + '".'); } Blockly.Blocks[typename] = { init: Blockly.jsonInitFactory_(elem)