filetype-color icon indicating copy to clipboard operation
filetype-color copied to clipboard

Atom.Object.defineProperty.get is deprecated.

Open bvgwebdev opened this issue 11 years ago • 1 comments

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)
FiletypeColorView.initialize (/Users/bartvangemert/.atom/packages/filetype-color/lib/filetype-color-view.js:65:20)

bvgwebdev avatar Mar 31 '15 16:03 bvgwebdev

see #36

jwhitcraft avatar Jun 05 '15 13:06 jwhitcraft