taggon / livereload

LiveReload plugin for Atom
MIT License
34 stars 13 forks source link

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

Closed LasseRafn closed 9 years ago

LasseRafn 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)
LivereloadView.attach (/Users/lasserafn/.atom/packages/livereload/lib/livereload-view.coffee:28:21)
taggon commented 9 years ago

4d09367488bdb1c7eb312a89e6034fa89c0c031d Fixed.