klorenz / atom-regex-railroad-diagrams

display regex as railroad diagram, if cursor moves to it
MIT License
250 stars 31 forks source link

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

Closed stjohnjohnson closed 9 years ago

stjohnjohnson 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)
RegexRailroadDiagramView.initialize (/Users/stjohn/.atom/packages/regex-railroad-diagram/lib/regex-railroad-diagram-view.coffee:16:9)
stjohnjohnson commented 9 years ago

same as #27