Shadman Rakeen

Results 4 comments of Shadman Rakeen

Is it okay to return a function in the amd-module-define callback? I've seen in other libraries(like [d3js](https://github.com/mbostock/d3/blob/master/d3.js#L9553)) that they return an object. Do you think that might be a problem?

Hi, I was right that cal-heatmap exports a function not an object. > The issue is that systemjs does not preserve the information that momentjs exports a function. Systemjs simply...

Yes the module loading is correctly implemented :smiley: You just have to import the CalHeatMap function instead of the whole object. ` import CalHeatMap from '/cal-heatmap' `

Hi, it seems that I wrong, it is infact not working as a `amd` module. I've updated the issue.