From: skakz Date: Thu, 9 Oct 2014 08:03:44 +0000 (+0200) Subject: Update it.js X-Git-Tag: 2.8.4~23^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c34417c0e8d75aece602198e5b34fabf99c997;p=thirdparty%2Fmoment.git Update it.js --- diff --git a/test/locale/it.js b/test/locale/it.js index dcc25d603..0f49ccd62 100644 --- a/test/locale/it.js +++ b/test/locale/it.js @@ -203,7 +203,7 @@ exports['locale:it'] = { // Different date string weekday = parseInt(m.format('d'), 10); - datestring = (weekday === 0 ) ? '[la scorsa] dddd [alle] LT' : '[lo scorso] dddd [alle] LT'; + datestring = (weekday === 0) ? '[la scorsa] dddd [alle] LT' : '[lo scorso] dddd [alle] LT'; test.equal(m.calendar(), m.format(datestring), 'Today - ' + i + ' days current time'); m.hours(0).minutes(0).seconds(0).milliseconds(0);