Skip to content

Commit

Permalink
removed unused init method from recorder class
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermg committed Apr 16, 2015
1 parent f0c8ae6 commit 9d11f38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/recorder.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ class Recorder
@root = root
@started = false

init: (root) =>

removeClickHandler: (el) ->
console.log 'removing click handler'
el.off 'click'
Expand Down

0 comments on commit 9d11f38

Please sign in to comment.