()
| 59 | tooltip: 'Newline' |
| 60 | } |
| 61 | Blockly.Blocks.newline = { init () { return this.jsonInit(newlineBlock) } } |
| 62 | generator.forBlock.newline = function (block) { |
| 63 | return `\n` |
| 64 | } |
nothing calls this directly
no outgoing calls
no test coverage detected