{"version":3,"sources":["../assets/scripts/customizer.js"],"names":["$","wp","customize","value","bind","to","text","jQuery"],"mappings":"CAAA,SAAAA,GAEAC,GAAAC,UAAA,WAAA,SAAAC,GACAA,EAAAC,KAAA,SAAAC,GACAL,EAAA,UAAAM,KAAAD,QAGAE","file":"customizer.js","sourcesContent":["(function($) {\n // Site title\n wp.customize('blogname', function(value) {\n value.bind(function(to) {\n $('.brand').text(to);\n });\n });\n})(jQuery);\n"],"sourceRoot":"assets/scripts/"}