Skip to content

Commit

Permalink
Fixes vertexclique#72 ReferenceError: mode is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
g committed Jun 1, 2017
1 parent 6cc1b96 commit fc1c924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cargo-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class CargoView extends View
@panel ?= atom.workspace.addModalPanel(item: this, visible: false)
@previouslyFocusedElement = $(document.activeElement)
@panel.show()
@message.text("Enter cargo #{mode} project path")
@message.text("Enter cargo #{@mode} project path")
editor = @miniEditor.getModel()
editor.setText(process.env.HOME)
@miniEditor.focus()
Expand Down

0 comments on commit fc1c924

Please sign in to comment.