ryaninvents / github-issues

Issue tracking for Atom editor
MIT License
4 stars 3 forks source link

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

Closed chrisppy closed 9 years ago

chrisppy 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/share/atom/resources/app/src/atom.js:54:11)
Object.activate (/home/phnx/.atom/packages/github-issues/index.coffee:42:9)
ryaninvents commented 9 years ago

Fixed; confirmed working in 0.189.0