GitHub User: jaytho
I was having troubles with throwing errors with ascii cast example:
@CommentPoller -> poll: -> setTimeout @request, 5000
turns out that needs to be as in the shownotes:
@CommentPoller = poll: -> setTimeout @request, 5000
I get undefined errors with the '->'
I was having troubles with throwing errors with ascii cast example:
@CommentPoller -> poll: -> setTimeout @request, 5000turns out that needs to be as in the shownotes:
@CommentPoller = poll: -> setTimeout @request, 5000I get undefined errors with the '->'