зеркало из https://github.com/mozilla/pjs.git
Fix a JS error by providing get access to a feed item's date
This commit is contained in:
Родитель
7e84bbb4db
Коммит
e27d1e4b2b
|
@ -126,6 +126,11 @@ FeedItem.prototype =
|
|||
this.mURL = uri.spec;
|
||||
},
|
||||
|
||||
get date()
|
||||
{
|
||||
return this.mDate;
|
||||
},
|
||||
|
||||
set date (aVal)
|
||||
{
|
||||
this.mDate = aVal;
|
||||
|
|
Загрузка…
Ссылка в новой задаче