2019-11-19 10:58:15 -08:00

9 lines
133 B
JavaScript

const Events = {
B: {
// Event with the same name as a super class method.
foo: 'foo',
},
};
module.exports = {Events};