mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
remove duplicate switch case
This commit is contained in:
@@ -94,8 +94,6 @@ class Cursor extends Model
|
||||
Grim.deprecate("Use Cursor::onDidChangePosition instead")
|
||||
when 'destroyed'
|
||||
Grim.deprecate("Use Cursor::onDidDestroy instead")
|
||||
when 'destroyed'
|
||||
Grim.deprecate("Use Cursor::onDidDestroy instead")
|
||||
else
|
||||
Grim.deprecate("::on is no longer supported. Use the event subscription methods instead")
|
||||
super
|
||||
|
||||
Reference in New Issue
Block a user