From 589d2ddd5e174b68ca34931e328ea0cee97e4bca Mon Sep 17 00:00:00 2001 From: Tim Wood Date: Wed, 6 Jun 2012 14:47:23 -0700 Subject: [PATCH] =?utf8?q?better=20comment=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- moment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.47.3