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. #39

Closed csozo closed 9 years ago

csozo 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:55:11)
HighlightLineView.module.exports.HighlightLineView.initialize (/home/csozo/.atom/packages/highlight-line/lib/highlight-line-view.coffee:18:9)
stramel commented 9 years ago

duplicate of #38. Please close.