mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Fix XML across Blockly. (#2727)
Also fixes references to createSvgElement
This commit is contained in:
committed by
Sam El-Husseini
parent
47574c670d
commit
abc452109e
@@ -71,8 +71,7 @@ Blockly.Msg.PROCEDURES_HUE = '290';
|
||||
/// For more context, see
|
||||
/// [[Translating:Blockly#infrequent_message_types]].\n{{Identical|Item}}
|
||||
Blockly.Msg.VARIABLES_DEFAULT_NAME = 'item';
|
||||
/// default name - A simple, default name for an unnamed function or
|
||||
// variable. Preferably indicates that the key is unnamed.
|
||||
/// default name - A simple, default name for an unnamed function or variable. Preferably indicates that the item is unnamed.
|
||||
Blockly.Msg.UNNAMED_KEY = 'unnamed';
|
||||
/// button text - Button that sets a calendar to today's date.\n{{Identical|Today}}
|
||||
Blockly.Msg.TODAY = 'Today';
|
||||
|
||||
Reference in New Issue
Block a user