Regression test for bug 312196 - Remove extraneous alert

This commit is contained in:
bob%bclary.com 2005-10-24 02:33:22 +00:00
Родитель 975b47fe92
Коммит 79c7ba71dd
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -63,7 +63,6 @@ function autoDispatch(id){
}
var xml = this;
xml.request = request;
alert(xml.toString());
return(xml.toString());
}