gazpachu / hypatia

A JavaScript open source LMS (eLearning platform) for MOOCs and online courses
https://joanmira.com/hypatia
Other
628 stars 273 forks source link

jQuery dependency removed #37

Closed danagle closed 6 years ago

danagle commented 6 years ago

32 In addition to jQuery, I also removed the lodash package - debounce and omit were the only methods of the library being used. The lodash.debounce and lodash.omit packages have been added as dependencies.

I also tidied up the imports to keep the code cleaner.

There are no tests to verify that I haven't broken anything but the browser console window didn't blow up if that's of any comfort to you!

gazpachu commented 6 years ago

Nice work @danagle. Many thanks for your help and initiative :-)