okfn / timemapper

Create and share elegant timelines and timemaps fast
http://timemapper.okfnlabs.org/
MIT License
273 stars 60 forks source link

Saving of dayfirst in tmconfig does not save boolean but a string #105

Closed rufuspollock closed 10 years ago

rufuspollock commented 10 years ago

Saving of dayfirst in tmconfig does not save boolean but a string i.e. have:

tmconfig: {
  dayfirst: "false" # should be false (no quotes)
}

This means that in app dayfirst is already interpreted as true!