Modify role of selectionContainer

can i modify attribute role in selectionContainer

MultipleSelection.prototype.selectionContainer = function () {
var $container = $(

  • ’ +
    ’ +

  • );
    return $container;
    };