renciso218 / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

playground airstrike is botched (categories don't seem to be assigned) #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open up tests/playground.html
2. Click "Airstrike!" button
3. Look at batch of strange blocks.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by s...@google.com on 10 Feb 2013 at 11:30

Attachments:

GoogleCodeExporter commented 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