From: Kevin Marx Date: Mon, 27 May 2013 19:03:53 +0000 (-0500) Subject: fixed missing space after function X-Git-Tag: 2.1.0~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b633dd6d9fc9d5b557a86f644dbe30225f5322;p=thirdparty%2Fmoment.git fixed missing space after function --- diff --git a/moment.js b/moment.js index 8a135e42f..3f7b2a544 100644 --- a/moment.js +++ b/moment.js @@ -1157,7 +1157,7 @@ return formatMoment(moment(this).utc(), 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]'); }, - toISOString: function() { + toISOString: function () { return moment.utc(this).format('YYYY-MM-DD[T]HH:mm:ss.SSS[Z]'); },