]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
better comment…
authorTim Wood <washwithcare@gmail.com>
Wed, 6 Jun 2012 21:47:23 +0000 (14:47 -0700)
committerTim Wood <washwithcare@gmail.com>
Wed, 6 Jun 2012 21:47:23 +0000 (14:47 -0700)
moment.js

index b4c4b550b85cd61c37b8184f6b80aa39723c482e..9b7f205e3bc203215ad112702389197a72aefd08 100644 (file)
--- 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
          *