catacgc / markdown-helpers

Atom Markdown helpers package
MIT License
4 stars 3 forks source link

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

Closed adrien59cadri closed 9 years ago

adrien59cadri 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\adrien\AppData\Local\atom\app-0.174.0\resources\app\src\atom.js:55:11)
Object.activate (c:\Users\adrien\.atom\packages\markdown-helpers\lib\markdown-helpers.coffee:6:9)
catacgc commented 9 years ago

Fixed