danielgtaylor / atom-api-blueprint-preview

Live preview API Blueprint in Atom
MIT License
43 stars 19 forks source link

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

Closed madhon closed 9 years ago

madhon 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 (C:\Users\jdouglas\AppData\Local\atom\app-0.198.0\resources\app.asar\src\atom.js:57:13)
Object.activate (C:\Users\jdouglas\.atom\packages\api-blueprint-preview\lib\api-blueprint-preview.coffee:18:9)
Package.activateNow (C:\Users\jdouglas\AppData\Local\atom\app-0.198.0\resources\app.asar\src\package.js:242:19)
<unknown> (C:\Users\jdouglas\AppData\Local\atom\app-0.198.0\resources\app.asar\src\package.js:223:30)
danielgtaylor commented 9 years ago

This has been fixed with the latest release.