Skip to content

Commit

Permalink
Merge pull request #112 from okuryu/fix-minute
Browse files Browse the repository at this point in the history
Fix the minute key name
  • Loading branch information
caridy committed Jun 19, 2015
2 parents 16b3567 + 9ea5ad7 commit 7c16553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cldr.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var dtcLengthMap = {
};

var dtKeys = ["weekday", "era", "year", "month", "day"];
var tmKeys = ["hour", "minite", "second", "timeZoneName"];
var tmKeys = ["hour", "minute", "second", "timeZoneName"];

function isDateFormatOnly(obj) {
for (var i = 0; i < tmKeys.length; i += 1) {
Expand Down

0 comments on commit 7c16553

Please sign in to comment.