define(function(require){const DecorillaView=require("DecorillaView");return DecorillaView.extend({defaults:{roomFlyerUrl:""},initialize:function(options){this.options=$.extend({},this.defaults,options||{});$('#youllReceiveCarousel').slick($.extend({'centerMode':!0,'variableWidth':!0,'dots':!0,'centerPadding':'0px'},{'initialSlide':0,'slidesToShow':1,'arrows':!1}))}})})