More invalid source fixes

https://bugzilla.gnome.org/show_bug.cgi?id=711732
This commit is contained in:
Florian Müllner
2013-11-08 04:48:51 +01:00
parent 3991d2729d
commit 554d5aeb7c
6 changed files with 9 additions and 0 deletions

View File

@ -960,6 +960,8 @@ const ChatNotification = new Lang.Class({
},
appendTimestamp: function() {
this._timestampTimeoutId = 0;
let lastMessageTime = this._history[0].time;
let lastMessageDate = new Date(lastMessageTime * 1000);