This commit is contained in:
Andrew n marshall
2017-02-24 15:47:35 -08:00
parent a9aabd637f
commit 1bc74819aa

View File

@@ -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)