]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
deprecating moment.fn.native
authorTim Wood <washwithcare@gmail.com>
Wed, 11 Apr 2012 04:00:33 +0000 (21:00 -0700)
committerTim Wood <washwithcare@gmail.com>
Wed, 11 Apr 2012 04:00:33 +0000 (21:00 -0700)
#216

moment.js

index cccc991e199f54300f483df0c8be840d275b61f1..871dac6e826c7be22c67abe03f15a129a3306deb 100644 (file)
--- a/moment.js
+++ b/moment.js
             return Math.floor(+this._d / 1000);
         },
 
-        'native' : function () {
-            return this._d;
-        },
-
         toString : function () {
             return this._d.toString();
         },