We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f9779 commit 6f338d5Copy full SHA for 6f338d5
lib/stacktrace-view.coffee
@@ -27,13 +27,11 @@ class StacktraceView extends View
27
28
# Public: Activate the current {Stacktrace}.
29
#
30
- activate: ->
31
- console.log 'Activate'
+ activate: -> @trace.activate()
32
33
# Public: Deactivate the current {Stacktrace}.
34
35
- deactivate: ->
36
- console.log 'Deactivate'
+ deactivate: -> @trace.deactivate()
37
38
# Internal: Register an opener function in the workspace to handle URLs
39
# generated by a Stacktrace.
0 commit comments