cjsaylor / atom-irc

[Not maintained] IRC client that works inside of Atom.io editor.
https://atom.io/packages/irc
MIT License
35 stars 7 forks source link

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

Closed ACollectionOfAtoms closed 9 years ago

ACollectionOfAtoms 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/Atom.app/Contents/Resources/app/src/atom.js:55:11)
IrcStatusView.module.exports.IrcStatusView.attach (/Users/Adam/.atom/packages/irc/lib/irc-status-view.coffee:23:21)
cjsaylor commented 9 years ago

@ACollectionOfAtoms Thanks for the heads up!

cjsaylor commented 9 years ago

Fixed.