ichigo77 / paper-accordion-element

paper-accordion-element is a collapsable container.
MIT License
1 stars 1 forks source link

Changed to use dot notation. #3

Closed kalaspuffar closed 6 years ago

kalaspuffar commented 8 years ago

Hi ichigo77.

I used jshint on your element and found that you use ['height'] notation to get some object properties. This is an inconsistency in this element and a dot notation of .height will work as well.

Consider this change, I'm not requiring a change.

Keep up the good work.

Best regards Daniel