atom-paredit icon indicating copy to clipboard operation
atom-paredit copied to clipboard

Atom.Object.defineProperty.get is deprecated.

Open requnix opened this issue 9 years ago • 1 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:55:13)
<unknown> (/Users/requnix/.atom/packages/paredit/lib/paredit.js:19926:50)

requnix avatar Apr 21 '15 07:04 requnix

:+1:

hawkw avatar Jun 06 '15 03:06 hawkw