Sindarius / npm_gcodeviewer

Consider using arrow functions for callbacks JS-0241
Anti-pattern
Minor
3 months agoa year old
Unexpected function expression
288   } 
289 
290   refreshUI() { 
291      setTimeout(function () {}, 0); 292   } 
293 
294   resetCamera() {