socrata / soda-js

A Javascript-based library for accessing the SODA2 API.
175 stars 48 forks source link

Missing @sodaOpts on Line 117 of soda-js.coffee #17

Open jasonlally opened 8 years ago

jasonlally commented 8 years ago

If you pass in an access token for OAuth the script throws an error. Need to reference this.sodaOpts.accessToken but just currently referencing accessToken.

https://github.com/socrata/soda-js/blob/master/src/soda-js.coffee#L117