]> git.ipfire.org Git - thirdparty/moment.git/commit
change add subtract to handle decimal values by abs rounding
authormaggie@tempworks.com <maggie@tempworks.com>
Wed, 17 Feb 2016 23:58:39 +0000 (17:58 -0600)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 6 Mar 2016 08:42:37 +0000 (00:42 -0800)
commit4aba8bbafa8e5497c0985f3713d504d5f918e4f0
treedb994c557493f315074c067f8ef724fe350053ec
parentec8cc7ed7a003c0eda0056f1da57050d79cdf836
change add subtract to handle decimal values by abs rounding
src/lib/moment/add-subtract.js
src/lib/utils/abs-round.js [new file with mode: 0644]
src/test/moment/add_subtract.js