Pulsar-Edit-Highlights / line

@Pulsar-Edit package for highlighting the currently selected line.
https://web.pulsar-edit.dev/packages/highlight-line
MIT License
52 stars 16 forks source link

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

Closed stramel closed 9 years ago

stramel 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/local/share/atom/resources/app/src/atom.js:55:11)
HighlightLineView.attach (/home/stramel/.atom/packages/highlight-line/lib/highlight-line-view.coffee:13:9)