From 21a7a49a1b9d080c7c21ef340f9229509cf6e73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Tue, 31 Jan 2017 19:02:30 -0300 Subject: [PATCH] Fix broken date class (regression 38b0fb2) --- chrome/content/zotero/xpcom/date.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/date.js b/chrome/content/zotero/xpcom/date.js index 96b8d503d5..eb19e73496 100644 --- a/chrome/content/zotero/xpcom/date.js +++ b/chrome/content/zotero/xpcom/date.js @@ -87,7 +87,7 @@ Zotero.Date = new function(){ } } }); - }); + }; /**