From: Tim Wood Date: Wed, 6 Jun 2012 21:47:23 +0000 (-0700) Subject: better comment… X-Git-Tag: 1.7.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589d2ddd5e174b68ca34931e328ea0cee97e4bca;p=thirdparty%2Fmoment.git better comment… --- diff --git a/moment.js b/moment.js index b4c4b550b..9b7f205e3 100644 --- a/moment.js +++ b/moment.js @@ -75,7 +75,7 @@ formatFunctions = {}, /* - * This uses new Function() to create an inlined formatting function. + * moment.fn.format uses new Function() to create an inlined formatting function. * Results are a 3x speed boost * http://jsperf.com/momentjs-cached-format-functions *