add newline to the end of file

This commit is contained in:
sspitzer%netscape.com 1999-12-03 08:24:50 +00:00
Родитель da17f2b137
Коммит df213f0828
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -69,4 +69,4 @@ function moveToAlertPosition()
dump( "screen x "+ opener.screenX +"screen y "+ opener.screenY +"\n");
window.moveTo( opener.screenX + xOffset, opener.screenY + yOffset );
}
}