cbroeren / ember-context-menu

An ember addon for custom context-menu
https://cbroeren.github.com/ember-context-menu
MIT License
23 stars 15 forks source link

Adds fastboot compatibility. #17

Closed plcarmel closed 7 years ago

plcarmel commented 7 years ago

This pull request makes ember-context-menu compatible with fastboot by moving the jQuery stuff from init to the didInsertElement lifecycle hook.

cbroeren commented 7 years ago

I think #20 will be enough?