define(['jquery','mage/url'],function($,url){'use strict';return function(amLoginPopup){$.widget('mage.amLoginPopup',$.mage.amLoginPopup,{openPopup:function(activeTabIndex){this.hideModalsOverlay();this.showMore();this.refreshPopup();if($('html').hasClass('nav-open')){$("html").removeClass("nav-open");} $(this.options.selectors.loginOverlay).fadeIn(this.options.popup_duration);$(this.options.selectors.popup).focus();this.widgets.tabs.activate(activeTabIndex);return this;}});return $.mage.amLoginPopup;};});