Sign in through GitHub

jay thompson's Profile

GitHub User: jaytho

Comments by jay thompson

Avatar

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 '->'