vellerefond / project-ring

Project management for the Atom editor.
GNU General Public License v2.0
15 stars 8 forks source link

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

Closed ginus closed 9 years ago

ginus 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 (C:\Users\Administrator\AppData\Local\atom\app-0.177.0\resources\app\src\atom.js:54:11)
Object.initialize (C:\Users\Administrator\.atom\packages\project-ring\lib\project-ring.coffee:97:13)