]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Updated source link
authormdxs <van.wijgerden@mdxs.net>
Mon, 6 Jan 2014 13:28:46 +0000 (14:28 +0100)
committermdxs <van.wijgerden@mdxs.net>
Mon, 6 Jan 2014 13:28:46 +0000 (14:28 +0100)
test/moment/format.js

index ac96d5728d240bf3621f5ae63dd03683610414fe..7185db8b908d7d173a9d00e1980d5d47a615bd69 100644 (file)
@@ -244,7 +244,7 @@ exports.format = {
 
     "iso week year formats" : function (test) {
 
-        // http://en.wikipedia.org/wiki/ISO_week
+        // http://en.wikipedia.org/wiki/ISO_week_date
         var cases = {
             "2005-01-02": "2004-53",
             "2005-12-31": "2005-52",
@@ -278,7 +278,7 @@ exports.format = {
 
     "week year formats" : function (test) {
 
-        // http://en.wikipedia.org/wiki/ISO_week
+        // http://en.wikipedia.org/wiki/ISO_week_date
         var cases = {
             "2005-01-02": "2004-53",
             "2005-12-31": "2005-52",