mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
period
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user