Skip to content

Commit

Permalink
pets, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Eiten committed Nov 24, 2015
1 parent 209ad2e commit f38b0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bclys/js/widedata.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
var person = {
last_name: lastNames[lastName], //jshint ignore:line
first_name: firstNames[firstName], //jshint ignore:line
total_number_of_pets_owned: pets,
pets: pets,
birthDate: birthyear + '-' + months[birthmonth] + '-' + days[birthday],
birthState: states[birthstate],
residenceState: states[residencestate],
Expand Down

0 comments on commit f38b0db

Please sign in to comment.