From: Tim Wood Date: Wed, 11 Apr 2012 04:00:33 +0000 (-0700) Subject: deprecating moment.fn.native X-Git-Tag: 1.6.0~1^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a932ebececb21ec2f15df21193c2ad3c11ae0781;p=thirdparty%2Fmoment.git deprecating moment.fn.native #216 --- diff --git a/moment.js b/moment.js index cccc991e1..871dac6e8 100644 --- a/moment.js +++ b/moment.js @@ -674,10 +674,6 @@ return Math.floor(+this._d / 1000); }, - 'native' : function () { - return this._d; - }, - toString : function () { return this._d.toString(); },