s/'auto'/''

This commit is contained in:
Jonathan Frederic 2013-10-03 09:11:19 -07:00
parent 6f0bbe91e1
commit 39c6103159

View File

@ -311,7 +311,7 @@ var IPython = (function (IPython) {
// Only reset the height to automatic if the height is currently
// fixed (done by wait=True flag on clear_output).
if (needs_height_reset) {
this.element.height('auto');
this.element.height('');
}
var that = this;