]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Remove T token
authorTim Wood <washwithcare@gmail.com>
Thu, 22 Jan 2015 16:39:52 +0000 (08:39 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 25 Mar 2015 16:27:42 +0000 (09:27 -0700)
lib/parse/regex.js

index ade9c99e0bc67aabae2bcc7144f5fddb6099333c..6074d4c555c167ef8f7ff976052d26fe33069f48 100644 (file)
@@ -42,5 +42,3 @@ function unescapeFormat(s) {
         return p1 || p2 || p3 || p4;
     }).replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
 }
-
-addRegexToken("T", /T/i); // TODO: Remove this?