gskachkov / tstatompackage

MIT License
4 stars 2 forks source link

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

Closed techmsi closed 9 years ago

techmsi 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 (/Applications/Apps4Dev/Atom.app/Contents/Resources/app/src/atom.js:53:11)
Object.activate (/Users/sidromenos/.atom/packages/coverage-gutter/lib/main.coffee:12:10)
gskachkov commented 9 years ago

@techmsi Thanks for looking to my package! Now it is fixed. Please check if it helps/