mrhanlon / less-than-slash

Atom.io package for closing open tags when `</` is typed, like in Sublime Text 3.
MIT License
23 stars 6 forks source link

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

Closed jackmaney closed 9 years ago

jackmaney commented 9 years ago

Generated by Atom's Deprecation Cop:

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:55:11)
Object.activate (/Users/jackmaney/.atom/packages/less-than-slash/lib/less-than-slash.coffee:19:9)
mrhanlon commented 9 years ago

Thanks, I plan to get to this this weekend!