From 8fad4ad4b02d6217471070d606a76a2e02b9d243 Mon Sep 17 00:00:00 2001 From: Martin Widmann Date: Fri, 30 Mar 2012 11:12:50 +0200 Subject: [PATCH] removed trailing commas in the dictionary which could cause issues in IE8 --- source/js/VMM.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/js/VMM.js b/source/js/VMM.js index 50fbbd9..68b90b5 100644 --- a/source/js/VMM.js +++ b/source/js/VMM.js @@ -172,7 +172,7 @@ if (typeof VMM == 'undefined') { month: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], month_abbr: ["Jan.", "Feb.", "March", "April", "May", "June", "July", "Aug.", "Sept.", "Oct.", "Nov.", "Dec."], day: ["Sunday","Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], - day_abbr: ["Sun.","Mon.", "Tues.", "Wed.", "Thurs.", "Fri.", "Sat."], + day_abbr: ["Sun.","Mon.", "Tues.", "Wed.", "Thurs.", "Fri.", "Sat."] }, dateformats: { year: "yyyy", @@ -183,7 +183,7 @@ if (typeof VMM == 'undefined') { time_no_seconds_short: "hh:MM TT", time_no_seconds_small_date: "hh:MM TT'
'mmmm d',' yyyy''", full_long: "dddd',' mmm d',' yyyy 'at' hh:MM TT", - full_long_small_date: "hh:MM TT'
'dddd',' mmm d',' yyyy''", + full_long_small_date: "hh:MM TT'
'dddd',' mmm d',' yyyy''" }, messages: { loading_timeline: "Loading Taimeline",