www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 21a7a49a1b9d080c7c21ef340f9229509cf6e73f
parent 38b0fb26500807631a0541975a3b099b1d686a4d
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date:   Tue, 31 Jan 2017 19:02:30 -0300

Fix broken date class (regression 38b0fb2)

Diffstat:
Mchrome/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 @@ -87,7 +87,7 @@ Zotero.Date = new function(){ } } }); - }); + }; /**