Bug #279150 --> fix regression in RSS date handling introduced by my last patch.

This commit is contained in:
scott%scott-macgregor.org 2005-02-07 19:16:39 +00:00
Родитель 98da147dcf
Коммит 3f8c0b4c64
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -126,6 +126,11 @@ FeedItem.prototype =
this.mURL = uri.spec;
},
set date (aVal)
{
this.mDate = aVal;
},
get identity ()
{
return this.feed.name + ": " + this.title + " (" + this.id + ")"