Skip to content

Instantly share code, notes, and snippets.

View mainiak's full-sized avatar

Jakub Viták mainiak

View GitHub Profile
@mainiak
mainiak / timerScopeIssue.coffee
Created December 5, 2012 11:32
nodejs setInterval and setTimeout doesn't persist scope
#!/usr/bin/coffee
###
node v0.8.15
###
# this doesn't work for setInterval either
class Test
constructor: (@text) ->