set autoscroll default back to 100

pull/37/head
Matthias Bussonnier 13 years ago
parent 0c6c87b446
commit 17e4486de2

@ -173,10 +173,10 @@ var IPython = (function (IPython) {
*
* @property auto_scroll_threshold
* @type Number
* @default 20
* @default 100
*
**/
OutputArea.auto_scroll_threshold = 20;
OutputArea.auto_scroll_threshold = 100;
/**

Loading…
Cancel
Save