AbeEstrada / atom-format-sql

https://atom.io/packages/format-sql
MIT License
5 stars 4 forks source link

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

Closed gmangesh closed 9 years ago

gmangesh 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:53:11)
Object.activate (/Users/gmangesh/.atom/packages/format-sql/lib/format-sql.coffee:5:9)
dtimm commented 9 years ago

I sent a pull request for this.

AbeEstrada commented 9 years ago

Fixed in https://github.com/AbeEstrada/atom-format-sql/commit/bdd5c74a87bcaef679e94a73ebd358614a5ec70e

Thanks.