oggy / tab-switcher

Like a window switcher for your Atom tabs.
MIT License
23 stars 11 forks source link

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

Closed ghost closed 9 years ago

ghost 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 (C:\Users\Johnson H. Bui\AppData\Local\atom\app-0.189.0\resources\app\src\atom.js:54:11)
Object.activate (C:\Users\Johnson H. Bui\.atom\packages\tab-switcher\lib\tab-switcher.coffee:27:9)