alaingilbert / Turntable-API

Allows you to create bots for turntable.fm
http://alaingilbert.github.com/Turntable-API/
MIT License
318 stars 97 forks source link

Added === to compare with null #193

Closed ghost closed 11 years ago

ghost commented 11 years ago

Added === to compare with null because Cloud 9 said this was a error in the Bot.Js file.

alaingilbert commented 11 years ago

The library is written in coffeescript. The file to modify is this one : https://github.com/alaingilbert/Turntable-API/blob/master/src/bot.coffee You should never update the compiled sources.