eins78 / atom-transform

Transform (selected) text in @atom editor.
MIT License
10 stars 1 forks source link

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

Open eins78 opened 9 years ago

eins78 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)
<unknown> (/Users/mfa/.atom/packages/transform/lib/transform.coffee:33:13)
andylima commented 9 years ago

@eins78 This is still open as well... Please close it, if it has been solved.