Skip to content

Commit

Permalink
deprecating moment.fn.native
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed Apr 11, 2012
1 parent e24e543 commit a932ebe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions moment.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,6 @@
return Math.floor(+this._d / 1000);
},

'native' : function () {
return this._d;
},

toString : function () {
return this._d.toString();
},
Expand Down

0 comments on commit a932ebe

Please sign in to comment.