Closed berkaytheunicorn closed 9 years ago
Two minor fixes and then I think this is good to be merged in:
this.lang
to no longer be defined, but set up similar to how self.date
is by grabbing it as date: (typeof self.date !== 'undefined') ? self.date : 0,
? You're passing in the location as the default language right now, so something like 94105
will be set as that instead of en
.Thanks!
Changes made in #20.
I added default language support and merged it to master.