blinktrade / frontend-legacy

GNU General Public License v3.0
121 stars 184 forks source link

Fix a couple of typos in bitex.js #145

Closed yamadapc closed 8 years ago

yamadapc commented 8 years ago

Problematic when trying to use the module outside of the application.

yamadapc commented 8 years ago

Well... Nevermind this; I didn't think it'd be hard to run the module on node.js, but it is, so this isn't useful really. Feel free to close or merge to not have typos; I'd guess these declarations/annotations are only there for proper closure compiler optimisation anyway.

pinhopro commented 8 years ago

Thanks for the pull request ....

regarding node.js Node does not come with a compatible websocket implementation. Other than that, it should work seamless.