bendavis78 / paper-time-picker

Material design time picker component for polymer
http://bendavis78.github.io/paper-time-picker/
MIT License
89 stars 63 forks source link

Missing `function` in declaration #20

Closed 2point0 closed 8 years ago

2point0 commented 8 years ago

https://github.com/bendavis78/paper-time-picker/blob/master/paper-time-picker.html#L374

formatTime(hour, minute) {

should be

formatTime: function(hour, minute) {

opus1269 commented 8 years ago

Same as #18

bendavis78 commented 8 years ago

Dup of #18