/* Original file: tests/_data/formatter/concat.source1.js */ (function($) { $(".foo").click(function(event) { event.preventDefault(); $(this).attr("bar", "baz"); }); })(jQuery);; /* Original file: tests/_data/formatter/concat.source2.js */ (function($) { $(".xe").hide(); })(jQuery);;