##// END OF EJS Templates
binary or is rare in JS
Matthias Bussonnier -
Show More
@@ -175,7 +175,7 define([
175 175 *
176 176 **/
177 177 OutputArea.prototype.scroll_if_long = function (lines) {
178 var n = lines | OutputArea.minimum_scroll_threshold;
178 var n = lines || OutputArea.minimum_scroll_threshold;
179 179 if(n <= 0){
180 180 return;
181 181 }
General Comments 0
You need to be logged in to leave comments. Login now