setupEventHandlers: function()

in termsOfService-server/src/main/resources/buildServerResources/termsOfServiceUserProfile.js [7:18]


    setupEventHandlers: function() {
        var that = this;

        this.setUpdateStateHandlers({
            updateState: function() {
                that.saveInSession();
            },
            saveState: function() {
                that.submitConsents();
            }
        });
    },