gabceb / atom-web-view

Package to open a web browser inside Atom
MIT License
52 stars 8 forks source link

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

Closed tehfailsafe closed 9 years ago

tehfailsafe 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 (/Applications/Atom.app/Contents/Resources/app/src/atom.js:54:11)
WebEditorUriMiniView.attach (/Users/mikejohnson/.atom/packages/web-view/lib/web-editor-uri-mini-view.coffee:68:11)