Skip to content

Commit

Permalink
closes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuellr committed Oct 12, 2011
1 parent 048ebd6 commit b2ad995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weinre.web/modules/weinre/target/Timeline.coffee
Expand Up @@ -283,7 +283,7 @@ instrumentedTimerCode = (code, timeout, singleShot) ->
return code unless typeof (code) == "function"

instrumentedCode = ->
result = code()
result = code.apply(this, arguments)
id = arguments.callee.__timerId
Timeline.addRecord_TimerFire id, timeout, singleShot
result
Expand Down

0 comments on commit b2ad995

Please sign in to comment.