lsegal / atom-rst-preview

Open a rendered version of the ReStructuredText in the current editor with `ctrl-shift-r`.
Other
22 stars 80 forks source link

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

Closed mandarvaze closed 9 years ago

mandarvaze commented 9 years ago

Following was reported by "Deprecation Cop"

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 (/opt/atom/resources/app/src/atom.js:53:11)
Object.activate (/home/mandar/.atom/packages/rst-preview/lib/rst-preview.coffee:16:9)
mandarvaze commented 9 years ago

Never mind, looks like Duplicate. Should have checked first. Closing.