fix variable naming in createnewblock.

This commit is contained in:
Rachel Fenichel
2016-05-11 15:15:12 -07:00
parent 77a8b92ac2
commit e0cda58701
3 changed files with 21 additions and 31 deletions

View File

@@ -294,7 +294,7 @@ Code.tabClick = function(clickedName) {
if (clickedName == 'blocks') {
Code.workspace.setVisible(true);
}
Blockly.fireUiEvent(window, 'resize');
Blockly.asyncSvgResize(this.workspace_);
};
/**