geetduggal / wrap-lines

Wrap-lines package for Atom
MIT License
3 stars 2 forks source link

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

Open macks22 opened 9 years ago

macks22 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 (/usr/share/atom/resources/app/src/atom.js:53:11)
Object.activate (/home/mack/.atom/packages/wrap-lines/lib/wrap-lines.coffee:7:13)
EtienneM commented 9 years ago

Duplicate of #8