mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
period
This commit is contained in:
+1
-1
@@ -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