amkirwan / ember-oauth2

JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) with Ember.js
MIT License
133 stars 22 forks source link

jQuery dependency #11

Closed knownasilya closed 10 years ago

knownasilya commented 10 years ago

Is this dependent on jQuery directly? I didn't see anything, other then using Ember.Evented, which probably uses jQuery.

The dependency notice can probably be removed, especially since jQuery might not be in core later on and it's not a direct dependency.

amkirwan commented 10 years ago

good point. I'll look at removing it in the next update.