sound-parade/public/list.js
2022-01-16 16:44:28 +09:00

9 lines
178 B
JavaScript

// function setup() {
// noCanvas();
// selectAll('.name').forEach(item => {
// httpGet(item.attribute('src'), text => {
// item.html(text);
// })
// })
// }