From 8d1a3b1ed53369d85600c9dfbd0f52641e043a42 Mon Sep 17 00:00:00 2001 From: mdxs Date: Tue, 3 Dec 2013 13:22:04 +0000 Subject: [PATCH] Dropping unused variables --- moment.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/moment.js b/moment.js index 7dd6c9ab4..2729a8e8d 100644 --- a/moment.js +++ b/moment.js @@ -437,8 +437,7 @@ function normalizeObjectUnits(inputObject) { var normalizedInput = {}, normalizedProp, - prop, - index; + prop; for (prop in inputObject) { if (inputObject.hasOwnProperty(prop)) { @@ -1576,9 +1575,7 @@ match = null, sign, ret, - parseIso, - timeEmpty, - dateTimeEmpty; + parseIso; if (moment.isDuration(input)) { duration = { -- 2.47.2