powerpete
Results
2
comments of
powerpete
I'm using the paho client with an AMD loader. Its working fine with one exception: I had to rename the the lines llike `new Paho.MQTT.Message(...)` to `new Message(...)`. The reason...
I've the same issue. I reproduce it with the attached project. [buggy.zip](https://github.com/microsoft/TypeScript/files/10184314/buggy.zip) The line ``` var chart: Chart = undefined; chart = new Chart(ctx, { type: 'scatter', data: { datasets:...