Add newline to core/events/events_ui.js

This commit is contained in:
kozbial
2021-08-04 15:17:14 -07:00
committed by Monica Kozbial
parent 75eab4f395
commit 2ba3b0ba97

View File

@@ -79,4 +79,5 @@ Ui.prototype.fromJson = function(json) {
};
registry.register(registry.Type.EVENT, Events.UI, Ui);
exports = Ui;