DefinitelyTyped/types/clusterize.js
Jeong Woo Chang 4aa9fbc68f
wrongly typed callbacks
As official demo code shows that the callbacks are wrongly typed.

```
// Callbacks usage example
var clusterize = new Clusterize({
  …
  callbacks: {
    clusterWillChange: function() {},
    clusterChanged: function() {},
    scrollingProgress: function(progress) {}
  }
});
```
2019-01-23 15:31:21 -08:00
..
clusterize.js-tests.ts
index.d.ts
tsconfig.json
tslint.json