Skip to content

Commit

Permalink
🐛 Fix deprecation in plugin generator command
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Feb 3, 2015
1 parent a024326 commit cbe85b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minimap-plugin-generator-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MinimapPluginGeneratorView extends View
attach: (@mode) ->
@previouslyFocusedElement = $(':focus')
@message.text("Enter #{mode} path")
atom.workspaceView.append(this)
atom.views.getView(atom.workspace).appendChild(@element)
@setPathText("my-minimap-plugin")
@miniEditor.focus()

Expand Down

0 comments on commit cbe85b8

Please sign in to comment.