Reputation: 240
I'm confused. How can this work? This piece of js script file is from working project.
var $mapsIfAlbum = (
<section class="slide section" data-index="2" style={{top: mapsPos + '%', zIndex: mapsPos}}>
<div class="maps">
{info}
<Maps />
</div>
</section>
);
May it be some kinda template engine?
Upvotes: 1
Views: 51