mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-20 18:09:43 -04:00
Fix persistence of logging in playground.
This commit is contained in:
parent
4c542240e2
commit
6eb652cf70
3 changed files with 11 additions and 15 deletions
msg
|
@ -43,9 +43,9 @@ goog.require('Blockly.Msg');
|
|||
*/
|
||||
|
||||
/**
|
||||
* Tip: Generate URLs for read-only blocks by creating the blocks in the Code app,
|
||||
* then evaluating this in the console:
|
||||
* 'http://blockly-demo.appspot.com/static/apps/code/readonly.html?lang=en&xml=' + encodeURIComponent(Blockly.Xml.domToText(Blockly.Xml.workspaceToDom(Blockly.mainWorkspace)).slice(5, -6))
|
||||
* Each message is preceded with a tripple-slash comment that becomes the
|
||||
* message descriptor. The build process extracts these descriptors, adds
|
||||
* them to msg/json/qqq.json, and they show up in the translation console.
|
||||
*/
|
||||
|
||||
/// default name - A simple, general default name for a variable, preferably short.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue