]> git.ipfire.org Git - thirdparty/moment.git/commit
Changed startOf method to use a switch with fallthrough as suggested by timrwood... 283/head
authorMattias Runge <mattias@runge.se>
Mon, 23 Apr 2012 19:14:30 +0000 (21:14 +0200)
committerMattias Runge <mattias@runge.se>
Mon, 23 Apr 2012 19:14:30 +0000 (21:14 +0200)
commitdcb4533d6b73a2ab6572b105c6c663094e77ca44
tree82e8db8d9506d1ab45db40523f45376ad5bb2656
parent32fdee02618c80e35de7394206e6c7aca76172fc
Changed startOf method to use a switch with fallthrough as suggested by timrwood, added /* falls through */ comments to pass JSHint
moment.js