gepoch / vim-surround

Surround for the Atom editor.
MIT License
52 stars 2 forks source link

Atom.Object.defineProperty.get is deprecated. #9

Closed gepoch closed 9 years ago

gepoch commented 9 years ago

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Atom.Object.defineProperty.get (/usr/local/share/atom/resources/app/src/atom.js:55:11)
Surround.activate (/home/gmarchin/.nomadconf/atom/packages/vim-surround/lib/surround.coffee:8:26)
gepoch commented 9 years ago

Fixed in v0.3.0