3 lines
45 B
JavaScript
3 lines
45 B
JavaScript
|
|
module.exports = {
|
||
|
|
EVENT_CHANGE: 'change'
|
||
|
|
};
|