9 lines
133 B
JavaScript
Raw Normal View History

2019-11-18 18:18:28 -08:00
const Events = {
B: {
// Event with the same name as a super class method.
foo: 'foo',
},
};
module.exports = {Events};