atom / status-bar

Status bar for Atom
MIT License
100 stars 72 forks source link

Remove obsolete conditional re: `atom.workspace.onDidChangeActiveTextEditor ` #205

Closed jasonrudolph closed 7 years ago

jasonrudolph commented 7 years ago

This PR removes the conditional logic (originally introduced in #195) that tested for the existence of atom.workspace.onDidChangeActiveTextEditor. Now that Atom 1.19 has been released, we can safely expect atom.workspace.onDidChangeActiveTextEditor to be available: https://github.com/atom/atom/blob/v1.19.0/src/workspace.js#L665-L675