]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
fixing conflicts
authorIsaac Cambron <isaac@isaaccambron.com>
Tue, 17 Sep 2013 04:08:38 +0000 (00:08 -0400)
committerIsaac Cambron <isaac@isaaccambron.com>
Tue, 17 Sep 2013 04:08:38 +0000 (00:08 -0400)
1  2 
moment.js
test/moment/create.js

diff --cc moment.js
index 8651751c186b17a9efe7ea919489e9e73e06aa87,de24784044ff18111cbc6155683408c1e68f03eb..b52aed11d0246f3c3f82eaa28b969f4b66b07cbb
+++ b/moment.js
          return normalizeUnits(units);
      };
  
 +    moment.invalid = function () {
 +        var m = moment.utc(NaN);
 +        m._isValid = false;
 +        return m;
 +    };
 +
+     moment.parseZone = function (input) {
+         return moment(input).parseZone();
+     };
      /************************************
          Moment Prototype
      ************************************/
Simple merge