]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Removing Date from iife #451
authorTim Wood <washwithcare@gmail.com>
Mon, 1 Oct 2012 16:50:06 +0000 (09:50 -0700)
committerTim Wood <washwithcare@gmail.com>
Mon, 1 Oct 2012 16:50:06 +0000 (09:50 -0700)
moment.js

index 05b5f912db2bb65ad1c494cb1e14216855f85df2..09974488bf309e20133427272b311b8bcb7d7fe2 100644 (file)
--- a/moment.js
+++ b/moment.js
@@ -4,7 +4,7 @@
 // license : MIT
 // momentjs.com
 
-(function (Date, undefined) {
+(function (undefined) {
 
     /************************************
         Constants
             return moment;
         });
     }
-}).call(this, Date);
+}).call(this);