define(['jquery'],function($){'use strict';return function(originalWidget){$.widget('mage.collapsible',originalWidget,{_create:function(){this._super();this._removeRoleAttributes();},_removeRoleAttributes:function(){this.header.parent().removeAttr('role','tablist');this.header.removeAttr('role');this.content.removeAttr('role');}});return $.mage.collapsible;};});