mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
15 lines
340 B
JavaScript
15 lines
340 B
JavaScript
/* Original file: tests/_data/formatter/concat.source1.js */
|
|
|
|
(function($) {
|
|
$(".foo").click(function(event) {
|
|
event.preventDefault();
|
|
$(this).attr("bar", "baz");
|
|
});
|
|
})(jQuery);
|
|
/* sourceMappingURL=concat.source1.js.map */;
|
|
|
|
/* Original file: tests/_data/formatter/concat.source2.js */
|
|
|
|
(function($) {
|
|
$(".xe").hide();
|
|
})(jQuery);;
|