Ken Wang

Results 2 issues of Ken Wang

CoffeeScript makes it easy to chain function invokes by using spaces instead of parentheses. However it sometimes produces code like ``` action = (token, i) -> @tokens.splice i, 0, @generate...

Sometimes I need to deal with UTC dates so I updated a little bit: 1. Add `timezone` configuration. Accepted values: `null` or `UTC` 2. Add `timezone` parameter for angular `date`...