Closed GoogleCodeExporter closed 8 years ago
Airstrike no longer botched. r634
Interesting side note:
Blockly.Language used to be a dictionary of all the blocks. But now we have
some extras in there. Every call to goog.provide('Blockly.Language.lists');
creates an empty object on Language. In one case (Blockly.Language.text) this
object is overwritten by a block of the same name.
This isn't causing problems at the moment, but I thought I'd point it out.
Original comment by neil.fra...@gmail.com
on 11 Feb 2013 at 3:12
Original issue reported on code.google.com by
s...@google.com
on 10 Feb 2013 at 11:30Attachments: