fix createBlock

This commit is contained in:
Tim Mickel 2016-04-29 16:55:13 -04:00
parent 11c6537f42
commit 2b2187014f

View file

@ -50,7 +50,6 @@ Runtime.THREAD_STEP_INTERVAL = 1000 / 60;
* Block management: create blocks and stacks from a `create` event
* @param {!Object} block Blockly create event to be processed
*/
Runtime.prototype.createBlock = function (block) {
Runtime.prototype.createBlock = function (block, opt_isFlyoutBlock) {
// Create new block
this.blocks[block.id] = block;