ember-api-docs
ember-api-docs copied to clipboard
Remove jQuery usage in this app
Does this issue mean remove usage of jquery in the app, or remove documentation of jquery from the api docs?
It means remove usage from the app.
I could tackle this one
After some investigation, it seems that ember-guide itself as jQuery as an dependencies.
I've started with removing jQuery from tests suits.
Uses of jquery in the app have been removed in #612. But jQuery needs to be removed as a dependency from the app after ensuring that the addons used in the app don't require it.
I did a quick search and we still seem to be using a jQuery plugin.