From: Xotic750 Date: Sun, 15 Sep 2013 14:01:56 +0000 (+0200) Subject: Removed the cached Math variables that should have been in a different branch X-Git-Tag: 2.3.0~38^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F1089%2Fhead;p=thirdparty%2Fmoment.git Removed the cached Math variables that should have been in a different branch --- diff --git a/moment.js b/moment.js index 22029faee..955e86ee9 100644 --- a/moment.js +++ b/moment.js @@ -12,12 +12,7 @@ var moment, VERSION = "2.2.1", - - // local cached Math methods round = Math.round, - floor = Math.floor, - ceil = Math.ceil, - i, // internal storage for language config files