guillaume86 / tab-history

MRU tab switching for atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom.Object.defineProperty.get is deprecated.

gpad opened this issue · comments

commented

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 (/usr/share/atom/resources/app/src/atom.js:54:11)
TabHistory.activate (/home/gpad/.atom/packages/tab-history/lib/tab-history.coffee:26:9)