]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Removed the cached Math variables that should have been in a different branch 1089/head
authorXotic750 <xotic750@gmail.com>
Sun, 15 Sep 2013 14:01:56 +0000 (16:01 +0200)
committerXotic750 <xotic750@gmail.com>
Sun, 15 Sep 2013 14:01:56 +0000 (16:01 +0200)
moment.js

index 22029faee578abb1968fdd415a25a586c562e27e..955e86ee9963899697d699fb0cce12b5d0a24281 100644 (file)
--- a/moment.js
+++ b/moment.js
 
     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