Closed jasonrudolph closed 7 years ago
This PR removes the conditional logic (originally introduced in https://github.com/atom/encoding-selector/pull/49) that tested for the existence of atom.workspace.observeActiveTextEditor. Now that Atom 1.19 has been released, we can safely expect atom.workspace.observeActiveTextEditor to be available: https://github.com/atom/atom/blob/v1.19.0/src/workspace.js#L665-L675
atom.workspace.observeActiveTextEditor
This PR removes the conditional logic (originally introduced in https://github.com/atom/encoding-selector/pull/49) that tested for the existence of
atom.workspace.observeActiveTextEditor
. Now that Atom 1.19 has been released, we can safely expectatom.workspace.observeActiveTextEditor
to be available: https://github.com/atom/atom/blob/v1.19.0/src/workspace.js#L665-L675