CollaboraOnline / collabora-online-sdk-examples

Various minor pieces of code to be used in Collabora Online and related software
Apache License 2.0
31 stars 24 forks source link

JS examples shouldn't use `var` #16

Closed hfiguiere closed 1 year ago

hfiguiere commented 1 year ago

In general var shouldn't be used in JavaScript. Update the nodejs example to that standard.