yosemite-unity-ui icon indicating copy to clipboard operation
yosemite-unity-ui copied to clipboard

Atom.Object.defineProperty.get is deprecated.

Open tcyrus opened this issue 10 years ago • 0 comments

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.checkFullscreen (/Users/2016tcyrus/.atom/packages/yosemite-unity-ui/index.coffee:16:11)

tcyrus avatar Feb 15 '15 16:02 tcyrus