function anonymous( ) { define(['jquery','jquery/ui'],function($){'use strict';$.widget('mage.themeAccountDropdown',{_init:function(){$('#greet-welcome').on('click',(e)=>{$(e.target).toggleClass('active');$('#account-dropdown').toggleClass('shown');});}});return $.mage.themeAccountDropdown;}); }