ichigo77 / paper-accordion-element

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

Remove ES6 dependency. #2

Closed kalaspuffar closed 6 years ago

kalaspuffar commented 8 years ago

Hi ichigo77.

I used jshint on your element and found that it had ES6 dependencies due to short function notation. In the same file both long and short notation is used so I changed to use long notation on all functions. This enables the usage of the component on IE11 which don't handle ES6 yet without a polyfill.

Keep up the good work.

Best regards Daniel