mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-13 06:29:31 -04:00
Automatic commit Tue Dec 24 03:00:01 PST 2013
This commit is contained in:
parent
ea211c5080
commit
c2230e6bf8
13 changed files with 174 additions and 74 deletions
|
@ -111,7 +111,7 @@ Blockly.FieldTextInput.prototype.showEditor_ = function() {
|
|||
return;
|
||||
}
|
||||
|
||||
Blockly.WidgetDiv.show(this, this.dispose_);
|
||||
Blockly.WidgetDiv.show(this, this.dispose_());
|
||||
var div = Blockly.WidgetDiv.DIV;
|
||||
// Create the input.
|
||||
var htmlInput = goog.dom.createDom('input', 'blocklyHtmlInput');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue