The code's right at the top of blockly_espruino.js (and the actual data is at the bottom of blockly.html).
You could probably fix it by adding to the code in js/core/code.js (halfway down). Although you may need to wait until 'windowloaded' gets called (see js/core/editorBlockly.js).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The code's right at the top of
blockly_espruino.js
(and the actual data is at the bottom of blockly.html).You could probably fix it by adding to the code in
js/core/code.js
(halfway down). Although you may need to wait until 'windowloaded' gets called (seejs/core/editorBlockly.js
).