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

TypeError: dom.g.classList[["remove", "add"][+ (obj.selected)]] is not a function #19

Closed dhineshdhanapal closed 8 years ago

dhineshdhanapal commented 8 years ago

Good day,

I used paper-date-picker. It works fine. When I include paper-time-picker it gives me the error mentioned in the title. I don't know what is the real problem. Can you help me to fix this?.

TypeError: dom.g.classList[["remove", "add"][+ (obj.selected)]] is not a function

dom.g.classList['remove', 'add'][+obj.selected]; break;

this error mentioned in "paper-clock-selector.html" line number 248.

bendavis78 commented 8 years ago

Can you provide some code that will reproduce the error?

bendavis78 commented 8 years ago

Closing, as this line of code is no longer in master.