santip / move-panes

Atom package for moving tabs within panes
https://atom.io/packages/move-panes
MIT License
11 stars 4 forks source link

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

Closed DireMunchkin closed 4 years ago

DireMunchkin commented 9 years ago

Atom deprecation cop says:

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 (/Applications/Atom.app/Contents/Resources/app/src/atom.js:53:11)
Object.activate (/Users/keiter/.atom/packages/move-panes/lib/move-panes.coffee:4:9)