mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove SelectList shim
This commit is contained in:
@@ -22,10 +22,6 @@ unless process.env.ATOM_SHELL_INTERNAL_RUN_AS_NODE
|
||||
module.exports.$$$ = $$$
|
||||
module.exports.EditorView = require '../src/editor-view'
|
||||
module.exports.WorkspaceView = require '../src/workspace-view'
|
||||
|
||||
# TODO Remove once packages have been updated
|
||||
module.exports.SelectList = require '../src/select-list-view'
|
||||
|
||||
module.exports.SelectListView = require '../src/select-list-view'
|
||||
module.exports.ScrollView = require '../src/scroll-view'
|
||||
module.exports.Task = require '../src/task'
|
||||
|
||||
Reference in New Issue
Block a user