Commit 53c4967d by Иван Кубота

decomment

parent 2b29c88b
......@@ -20,19 +20,6 @@ const CardSlider = D.declare( 'view.cmp.CardSlider', (cfg) => {
update = function() {
updateSize();
updateVisibleDom();
/*D.removeChildren(wrap);
D.appendChild(wrap, items.map(function(item, n) {
return <div className="cards-list__item">
<Card
type={'product,info,other'.split( ',' )[ n % 3 ]}
disabled={n % 5 === 0}
seen={n % 4 === 0}
title={item.name}
image={item.image}
/>
</div>
}));*/
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment