##// END OF EJS Templates
Merge pull request #7287 from Carreau/mistake...
Min RK -
r19706:8c73b8f8 merge
parent child Browse files
Show More
@@ -175,7 +175,7 b' define(['
175 *
175 *
176 **/
176 **/
177 OutputArea.prototype.scroll_if_long = function (lines) {
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 if(n <= 0){
179 if(n <= 0){
180 return;
180 return;
181 }
181 }
General Comments 0
You need to be logged in to leave comments. Login now