{"version":3,"sources":["block-gallery.js"],"names":["jQuery","document","ready","$","each","this","slick","arrows","dots"],"mappings":"AAAA,YAAAA,QAAOC,UAAUC,MAAM,SAASC,GAE9BA,EAAE,qBAAqBC,KAAK,WAC1BD,EAAEE,MAAMC,OACNC,QAAQ,EACRC,MAAM","file":"block-gallery.js","sourcesContent":["jQuery(document).ready(function($) {\n\n $('.wp-gallery-slick').each(function() {\n $(this).slick({\n arrows: false,\n dots: true\n });\n });\n\n});\n"]}