зеркало из https://github.com/mozilla/gecko-dev.git
Bug #279150 --> fix regression in RSS date handling introduced by my last patch.
This commit is contained in:
Родитель
98da147dcf
Коммит
3f8c0b4c64
|
@ -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 + ")"
|
||||
|
|
Загрузка…
Ссылка в новой задаче