[Not part of mozilla build]. Fix for bug pointed out by Celso Aguiar <caguiar@Adobe.COM>.

This commit is contained in:
jband%netscape.com 2001-03-22 20:11:26 +00:00
Родитель 4cc60a003c
Коммит 2a65a69e81
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -70,7 +70,7 @@ function errorReporterHook(msg, filename, lineno, lineBuf, tokenOffset)
var answer = -1
while(-1 == answer) {
switch(prompt("[E]at [i]gnore [p]ass along [d]ebug ? ")) {
switch(prompt("[E]at [i]gnore [p]ass along [d]ebug ?").substr(0,1)) {
case "I":
case "i":
answer = jsd.JSD_ERROR_REPORTER_RETURN;