refactor: don't expose CallbacksRegistry as an internal module (#14389)

This commit is contained in:
Milan Burda 2018-08-31 20:29:00 +02:00 committed by Shelley Vohr
parent 0c4e7104cf
commit 3a79eacb6f
6 changed files with 4 additions and 9 deletions

View file

@ -1,11 +1,6 @@
const features = process.atomBinding('features')
module.exports = [
{
name: 'CallbacksRegistry',
load: () => require('../../common/api/callbacks-registry'),
private: true
},
{
name: 'crashReporter',
load: () => require('../../common/api/crash-reporter')