max-mapper / monu

menubar process monitor mac app [ALPHA]
https://github.com/maxogden/monu/releases
BSD 2-Clause "Simplified" License
1.11k stars 74 forks source link

Remove jQuery, use Ractive events #12

Closed remixz closed 9 years ago

remixz commented 9 years ago

jQuery was only being used for click events, so this replaces that with Ractive's events.

max-mapper commented 9 years ago

oh nice. I was planning on switching to https://www.npmjs.com/package/component-delegate but this achieves the goal just as well