sebpiq / WebPd

Run your Pure Data patches on the web.
GNU Lesser General Public License v3.0
923 stars 87 forks source link

typo in appTemplate index.html #131

Closed Reinissance closed 1 year ago

Reinissance commented 1 year ago

in line 70 'webpdNode.port.onmessage = (message) => WebPdRuntime.fs.web(webpdNode, ' has to be 'webpdNode.port.onmessage = (message) => WebPdRuntime.fsWeb(webpdNode, ...', right?

sebpiq commented 1 year ago

@Reinissance nicely spotted !!! It's fixed now. Thanks :bow: !