Automatic commit Tue Dec 24 03:00:01 PST 2013

This commit is contained in:
ellen.spertus 2013-12-24 03:00:01 -08:00
parent ea211c5080
commit c2230e6bf8
13 changed files with 174 additions and 74 deletions

View file

@ -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');