x-tag / core

The Heart of X-Tag
http://x-tag.github.io/
Other
1.25k stars 151 forks source link

Issue with mixing when extending custom element #169

Closed pinguxx closed 6 years ago

pinguxx commented 7 years ago

See http://codepen.io/pinguxx/pen/xgMQyX?editors=0011

the created functions are called in this order

  1. x-fa is fired first
  2. mixin
  3. x-foo
  4. x-foo again??

I will assume the mixin should be fired after x-foo and x-foo its not being called twice