Closed plcarmel closed 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.
ember-context-menu
fastboot
jQuery
init
didInsertElement
I think #20 will be enough?
This pull request makes
ember-context-menu
compatible withfastboot
by moving thejQuery
stuff frominit
to thedidInsertElement
lifecycle hook.