attempting to fix irix bustage by removing ^M

This commit is contained in:
bryner%netscape.com 2003-04-20 03:14:09 +00:00
Родитель 705e1b5fbd
Коммит d18e1ae342
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -4609,7 +4609,7 @@ nsTypedSelection::nsTypedSelection(nsSelection *aList)
mDirection = eDirNext;
mAutoScrollTimer = nsnull;
mScrollEventPosted = PR_FALSE;
mCachedOffsetForFrame = nsnull;
mCachedOffsetForFrame = nsnull;
}

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

@ -4609,7 +4609,7 @@ nsTypedSelection::nsTypedSelection(nsSelection *aList)
mDirection = eDirNext;
mAutoScrollTimer = nsnull;
mScrollEventPosted = PR_FALSE;
mCachedOffsetForFrame = nsnull;
mCachedOffsetForFrame = nsnull;
}