BW
BW
fixes https://github.com/jamiesteven/express-uncapitalize/issues/1
Didn't see any shortcuts for joining/leaving rooms as well as broadcasting to specific rooms. Thought these shortcuts are a nice touch. Included dynamic chat-room example. Thoughts?
``` .hub > .channels top 0 ``` would be nice to make sure indentation is consistent (+1 for 2 spaces)
https://github.com/trentrichardson/Intimidatetime/blob/master/src/Intimidatetime.js#L1228 `typeof new Date()` == 'object' had to add another condition checking for `!isNaN(Date.parse(o2[p]))`
``` Coffee-Script @$el.find("input[data-type='datetime']").intimidatetime { format: 'M/d/yyyy hh:mm:ss z' units: timezone: format: 'zzz' options: [-240,-300,-360,-420] names: TIMEZONE_ABBR_MAP } ``` This doesn't work. Instead you get all 40 default options. The issue...