PEM-- / meteor-helper

Meteor.js under Atom.io
http://pem-musing.blogspot.fr/2014/07/meteorjs-from-within-atomio-full-stack.html
MIT License
50 stars 9 forks source link

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

Closed aramix closed 9 years ago

aramix 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)
MeteorHelperView._displayPane (/home/aram/.atom/packages/meteor-helper/lib/meteor-helper-view.coffee:112:9)
PEM-- commented 9 years ago

Thanks for the pointer on the doc and the feedback. Should be OK now with 0.20.0.