cjsaylor / atom-irc

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

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

Closed coldfumonkeh closed 9 years ago

coldfumonkeh 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:54:11)
Object.activate (/Users/monkehworks/.atom/packages/irc/lib/irc.coffee:33:9)
coldfumonkeh commented 9 years ago

Related to #13. Added here anyway for reference.

cjsaylor commented 9 years ago

Fixed.