k9ordon / yosemite-unity-ui

An Atom theme for a more native experience on OS X 10.10 Yosemite - DEPRECATED
https://atom.io/themes/yosemite-unity-ui
MIT License
39 stars 6 forks source link

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

Open CometDog opened 9 years ago

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