unDemian / clipboard-history

Clipboard history package for Atom.io
MIT License
16 stars 2 forks source link

atom.workspaceView is deprecated. #12

Closed robballou closed 9 years ago

robballou commented 9 years ago

(via Atom's Deprecation Cop): 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:53:11)
Object.activate (/Users/rballou/.atom/packages/clipboard-history/lib/clipboard-history.coffee:15:31)
unDemian commented 9 years ago

Fixed all the deprecation issues. Thanks