From: Tim Wood Date: Mon, 1 Oct 2012 16:50:06 +0000 (-0700) Subject: Removing Date from iife #451 X-Git-Tag: 1.7.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a05b4509397d8b2ac3cab4635ed22af742d8a6;p=thirdparty%2Fmoment.git Removing Date from iife #451 --- diff --git a/moment.js b/moment.js index 05b5f912d..09974488b 100644 --- a/moment.js +++ b/moment.js @@ -4,7 +4,7 @@ // license : MIT // momentjs.com -(function (Date, undefined) { +(function (undefined) { /************************************ Constants @@ -1134,4 +1134,4 @@ return moment; }); } -}).call(this, Date); +}).call(this);