rev087 / fancy-new-file

Create or open files and directories in Github's Atom by typing a relative path.
MIT License
9 stars 14 forks source link

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

Open ssylvia opened 9 years ago

ssylvia 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)
FancyNewFileView.attach (/Users/step6692/.atom/packages/fancy-new-file/lib/fancy-new-file-view.coffee:160:9)