From 5a06f4748dd57c6d5c997b0e2317e2ab09f9e7b4 Mon Sep 17 00:00:00 2001 From: pansay Date: Tue, 17 Mar 2015 15:36:36 +0100 Subject: [PATCH] Update modules.md --- manuscript/markdown/References and Rebinding/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/markdown/References and Rebinding/modules.md b/manuscript/markdown/References and Rebinding/modules.md index 95a7891..718f162 100644 --- a/manuscript/markdown/References and Rebinding/modules.md +++ b/manuscript/markdown/References and Rebinding/modules.md @@ -85,7 +85,7 @@ For example, this date format function cribbed from somewhere or other has a hel day_diff > 360 && Math.floor( day_diff / 360) + " years " + Math.floor(day_diff%360/32) + " months ago") + ''; } - else return '-' + else return '-'; function unformattedDate (time) { return new Date((time || "").replace(/[-+]/g,"/").