define(["core"],function(a){return a.create_module("cartLessThanDesktop",function(e){var d,b,c; return{init:function(f){d=this;b=e.getContainer();e.listen({"mod-select":d.l_mod_select,"show-cartLessThanDesktop":d.l_show_cartLessThanDesktop,"view-resized":d.checkCartVersion}); },tracking:false,destroy:function(){d=null;},checkCartVersion:function(f){if(f.currentView=="desktop"){c=e.find("#cart")[0]; e.notify({type:"show-cartDesktop",data:c});}},l_show_cartLessThanDesktop:function(f){if(!e.find("#cart")[0]){e.find("#cartWrapper")[0].appendChild(f); }},l_mod_select:function(){if(e.find("#cartWrapper")[0]){e.removeClass(e.find("#cartWrapper")[0],"collapse-contents"); }}};});});