magbicaleman / open-in-browser

Atom.io Package
MIT License
51 stars 37 forks source link

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

Closed ghost closed 9 years ago

ghost 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)
Object.activate (/Users/dan/.atom/packages/open-in-browser/lib/open-in-browser.coffee:7:9)
magbicaleman commented 9 years ago

Hey, I just updated to v0.4.2 give that an update and let me know if you're still getting the error. Thank you.

pringshia commented 9 years ago

@magbicaleman I'm still getting this warning on v0.4.2

magbicaleman commented 9 years ago

@pringshia I've updated to v0.4.3 are you still getting same error?

pringshia commented 9 years ago

@magbicaleman Nope, no more warnings. Thanks.