mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Comment excised, as recommended by @maxbrunsfeld.
This commit is contained in:
@@ -52,8 +52,6 @@ class Workspace extends Model
|
||||
atom.packages.serviceHub.consume(
|
||||
'atom.directory-searcher',
|
||||
'^0.1.0',
|
||||
# New providers are added to the front of @directorySearchers because
|
||||
# DefaultDirectorySearcher is a catch-all that will always claim to search a Directory.
|
||||
(provider) => @directorySearchers.unshift(provider))
|
||||
|
||||
@panelContainers =
|
||||
|
||||
Reference in New Issue
Block a user