mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
(function($) {
|
|
$(".foo").click(function(event) {
|
|
event.preventDefault();
|
|
$(this).attr("bar", "baz");
|
|
});
|
|
})(jQuery);
|
|
//# sourceMappingURL=concat.source1.js.map
|