Goto Line (Ctrl+L) in view-source couldn't go to the last line, b=253905, r+sr=bzbarsky

This commit is contained in:
rbs%maths.uq.edu.au 2004-08-31 04:46:30 +00:00
Родитель 96068d8907
Коммит 3d041207b7
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -520,7 +520,7 @@ function findLocation(pre, line, node, offset, interlinePosition, result)
}
}
return found;
return found || ("range" in result);
}
//function to toggle long-line wrapping and set the view_source.wrap_long_lines

Просмотреть файл

@ -526,7 +526,7 @@ function findLocation(pre, line, node, offset, interlinePosition, result)
}
}
return found;
return found || ("range" in result);
}
//function to toggle long-line wrapping and set the view_source.wrap_long_lines