From 6150e1d421d7077173a3e3c6479e6c58945b7ebc Mon Sep 17 00:00:00 2001 From: Xotic750 Date: Sun, 15 Sep 2013 16:01:56 +0200 Subject: [PATCH] Removed the cached Math variables that should have been in a different branch --- moment.js | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.47.2