Skip to content

Commit

Permalink
Merge pull request #88 from recurly/sort-states
Browse files Browse the repository at this point in the history
Sort states by display name
  • Loading branch information
aheckmann committed Oct 18, 2013
2 parents 46dc129 + 5e0cd16 commit 909bd76
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
38 changes: 19 additions & 19 deletions build/recurly.js
Original file line number Diff line number Diff line change
Expand Up @@ -2287,62 +2287,64 @@ R.states = {};
R.states.US = {
"-": "Select State"
, "--": "------------"
, "AK": "Alaska"
, "AL": "Alabama"
, "AP": "Armed Forces Pacific"
, "AR": "Arkansas"
, "AK": "Alaska"
, "AS": "American Samoa"
, "AZ": "Arizona"
, "AR": "Arkansas"
, "AA": "Armed Forces Americas"
, "AE": "Armed Forces Europe, Middle East, & Canada"
, "AP": "Armed Forces Pacific"
, "CA": "California"
, "CO": "Colorado"
, "CT": "Connecticut"
, "DC": "District of Columbia"
, "DE": "Delaware"
, "FL": "Florida"
, "DC": "District of Columbia"
, "FM": "Federated States of Micronesia"
, "FL": "Florida"
, "GA": "Georgia"
, "GU": "Guam"
, "HI": "Hawaii"
, "IA": "Iowa"
, "ID": "Idaho"
, "IL": "Illinois"
, "IN": "Indiana"
, "IA": "Iowa"
, "KS": "Kansas"
, "KY": "Kentucky"
, "LA": "Louisiana"
, "MA": "Massachusetts"
, "MD": "Maryland"
, "ME": "Maine"
, "MH": "Marshall Islands"
, "MD": "Maryland"
, "MA": "Massachusetts"
, "MI": "Michigan"
, "MN": "Minnesota"
, "MO": "Missouri"
, "MP": "Northern Mariana Islands"
, "MS": "Mississippi"
, "MO": "Missouri"
, "MT": "Montana"
, "NC": "North Carolina"
, "ND": "North Dakota"
, "NE": "Nebraska"
, "NV": "Nevada"
, "NH": "New Hampshire"
, "NJ": "New Jersey"
, "NM": "New Mexico"
, "NV": "Nevada"
, "NY": "New York"
, "NC": "North Carolina"
, "ND": "North Dakota"
, "MP": "Northern Mariana Islands"
, "OH": "Ohio"
, "OK": "Oklahoma"
, "OR": "Oregon"
, "PW": "Palau"
, "PA": "Pennsylvania"
, "PR": "Puerto Rico"
, "PW": "Palau"
, "RI": "Rhode Island"
, "SC": "South Carolina"
, "SD": "South Dakota"
, "TN": "Tennessee"
, "TX": "Texas"
, "UT": "Utah"
, "VA": "Virginia"
, "VI": "Virgin Islands"
, "VT": "Vermont"
, "VI": "Virgin Islands"
, "VA": "Virginia"
, "WA": "Washington"
, "WV": "West Virginia"
, "WI": "Wisconsin"
Expand All @@ -2357,16 +2359,14 @@ R.states.CA = {
, "MB": "Manitoba"
, "NB": "New Brunswick"
, "NL": "Newfoundland"
, "NT": "Northwest Territories"
, "NS": "Nova Scotia"
, "NU": "Nunavut"
, "ON": "Ontario"
, "PE": "Prince Edward Island"
, "QC": "Quebec"
, "SK": "Saskatchewan"
, "NT": "Northwest Territories"
, "YT": "Yukon Territory"
, "AA": "Armed Forces Americas"
, "AE": "Armed Forces Europe, Middle East, & Canada"
};


Expand Down
2 changes: 1 addition & 1 deletion build/recurly.min.js

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions src/js/states.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,64 @@ R.states = {};
R.states.US = {
"-": "Select State"
, "--": "------------"
, "AK": "Alaska"
, "AL": "Alabama"
, "AP": "Armed Forces Pacific"
, "AR": "Arkansas"
, "AK": "Alaska"
, "AS": "American Samoa"
, "AZ": "Arizona"
, "AR": "Arkansas"
, "AA": "Armed Forces Americas"
, "AE": "Armed Forces Europe, Middle East, & Canada"
, "AP": "Armed Forces Pacific"
, "CA": "California"
, "CO": "Colorado"
, "CT": "Connecticut"
, "DC": "District of Columbia"
, "DE": "Delaware"
, "FL": "Florida"
, "DC": "District of Columbia"
, "FM": "Federated States of Micronesia"
, "FL": "Florida"
, "GA": "Georgia"
, "GU": "Guam"
, "HI": "Hawaii"
, "IA": "Iowa"
, "ID": "Idaho"
, "IL": "Illinois"
, "IN": "Indiana"
, "IA": "Iowa"
, "KS": "Kansas"
, "KY": "Kentucky"
, "LA": "Louisiana"
, "MA": "Massachusetts"
, "MD": "Maryland"
, "ME": "Maine"
, "MH": "Marshall Islands"
, "MD": "Maryland"
, "MA": "Massachusetts"
, "MI": "Michigan"
, "MN": "Minnesota"
, "MO": "Missouri"
, "MP": "Northern Mariana Islands"
, "MS": "Mississippi"
, "MO": "Missouri"
, "MT": "Montana"
, "NC": "North Carolina"
, "ND": "North Dakota"
, "NE": "Nebraska"
, "NV": "Nevada"
, "NH": "New Hampshire"
, "NJ": "New Jersey"
, "NM": "New Mexico"
, "NV": "Nevada"
, "NY": "New York"
, "NC": "North Carolina"
, "ND": "North Dakota"
, "MP": "Northern Mariana Islands"
, "OH": "Ohio"
, "OK": "Oklahoma"
, "OR": "Oregon"
, "PW": "Palau"
, "PA": "Pennsylvania"
, "PR": "Puerto Rico"
, "PW": "Palau"
, "RI": "Rhode Island"
, "SC": "South Carolina"
, "SD": "South Dakota"
, "TN": "Tennessee"
, "TX": "Texas"
, "UT": "Utah"
, "VA": "Virginia"
, "VI": "Virgin Islands"
, "VT": "Vermont"
, "VI": "Virgin Islands"
, "VA": "Virginia"
, "WA": "Washington"
, "WV": "West Virginia"
, "WI": "Wisconsin"
Expand All @@ -72,16 +74,14 @@ R.states.CA = {
, "MB": "Manitoba"
, "NB": "New Brunswick"
, "NL": "Newfoundland"
, "NT": "Northwest Territories"
, "NS": "Nova Scotia"
, "NU": "Nunavut"
, "ON": "Ontario"
, "PE": "Prince Edward Island"
, "QC": "Quebec"
, "SK": "Saskatchewan"
, "NT": "Northwest Territories"
, "YT": "Yukon Territory"
, "AA": "Armed Forces Americas"
, "AE": "Armed Forces Europe, Middle East, & Canada"
};


0 comments on commit 909bd76

Please sign in to comment.