jakemarsh / atom-spotify

Atom package for displaying the currently playing song in Spotify in Atom's status bar
MIT License
56 stars 19 forks source link

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

Closed AgentAntelope closed 9 years ago

AgentAntelope 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)
AtomSpotifyStatusBarView.initialize (/Users/felltir/.atom/packages/atom-spotify/lib/atom-spotify-status-bar-view.coffee:18:9)
keeev commented 9 years ago

:+1:

maxkrieger commented 9 years ago

+1