define(["core"],function(a){return a.create_module("cartDesktop",function(d){var b,c; return{init:function(){b=this;c=d.getContainer();d.listen({"view-resized":b.checkCartVersion,"show-cartDesktop":b.l_show_cartDesktop}); b.checkCartVersion();},tracking:false,destroy:function(){b=null;},checkCartVersion:function(f){if(typeof(f)=="undefined"){f=""; }var e,g=f.currentView;cartElement=d.find("#cart")[0];if(typeof g!=="undefined"){e=g!="desktop"; }else{e=d.checkMatchMedia("lessThanDesktop");}if(e){d.notify({type:"show-cartLessThanDesktop",data:cartElement}); }},l_updateCartView:function(e){b.checkCartVersion(e.currentView);},l_show_cartDesktop:function(e){if(!d.find("#cart")[0]){c.appendChild(e); }}};});});