lamabiker / atom-ember-cli-helper

Ember CLI integration for the Atom editor
https://atom.io/packages/ember-cli-helper
MIT License
26 stars 13 forks source link

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

Closed alienspaces closed 9 years ago

alienspaces 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:54:11)
EmberCliHelperView.initialize (/home/bwwallin/.atom/packages/ember-cli-helper/lib/ember-cli-helper-view.coffee:22:9)