Closed mvndaai closed 9 years ago
I thought it was fixed after the recent commits.
I did some updates today, maybe I had the warning left over. I will close this ticket, unless it comes back. Thanks for working on it.
Thanks. I hope you find this package useful.
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.