Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
WagnerGMD opened this issue Apr 19, 2015 · 0 comments · Fixed by #25
Closed

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

WagnerGMD opened this issue Apr 19, 2015 · 0 comments · Fixed by #25

Comments

@WagnerGMD
Copy link

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\Crowleys\AppData\Local\atom\app-0.192.0\resources\app\src\atom.js:55:13)
space-pen-div.<anonymous> (C:\Users\Crowleys\.atom\packages\toolbar\lib\toolbar-button-view.coffee:26:15)

For me, it isn't really the same thing with this issue. If I'm wrong sorry in advance.

@suda suda closed this as completed in #25 Apr 20, 2015
suda added a commit that referenced this issue Apr 20, 2015
atom.workspaceView is deprecated. Fixes #8 and fixes #18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant