atom-web-view icon indicating copy to clipboard operation
atom-web-view copied to clipboard

Atom.Object.defineProperty.get is deprecated.

Open zhaotai opened this issue 10 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 (C:\Users\Steve\AppData\Local\atom\app-0.186.0\resources\app\src\atom.js:54:11)
WebEditorUriMiniView.attach (C:\Users\Steve\.atom\packages\web-view\lib\web-editor-uri-mini-view.coffee:68:11)

zhaotai avatar Mar 04 '15 05:03 zhaotai

+1

tehfailsafe avatar Mar 20 '15 20:03 tehfailsafe