semicolons :'( :'( :'( fixes failing build

This commit is contained in:
Patrick Melanson 2015-12-17 10:55:50 -05:00
parent 1e84292208
commit 86f6a37702

View file

@ -29,7 +29,7 @@ weechat.factory('handlers', ['$rootScope', '$log', 'models', 'plugins', 'notific
new_date.setHours(0, 0, 0, 0);
// Check if the date changed
if (old_date.valueOf() !== new_date.valueOf()) {
++buffer.lastSeen
++buffer.lastSeen;
var old_date_plus_one = old_date;
old_date_plus_one.setDate(old_date.getDate() + 1);
// it's not always true that a date with time 00:00:00