ember-learn/super-rentals

Remove use of jQuery

jenweber opened this issue · 1 comments

Octane coming up means that we need to remove jquery if we want to be able to work off the stock blueprint. We rely on Ember-ajax (through the maps addon?) and I think that's the main thing to fix.

To-do:

  • find where we use jquery (may include the leaflets map addon)
  • refactor the addon to not use jquery
  • update dependency on ember-simple-leaflet-maps to v 0.3
  • open a PR to master

PR here #125