magalhas / atom-jenkins

Keep track of your jenkins builds inside Atom
MIT License
1 stars 4 forks source link

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

Closed daithi-coombes closed 9 years ago

daithi-coombes 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)
JenkinsView.initialize (/home/daithi/.atom/packages/jenkins/lib/jenkins-view.coffee:23:9)
magalhas commented 9 years ago

Just fixed the deprecation notices. Thank you for reporting :+1: