Hanai

Results 8 comments of Hanai

They are not the same. in `package.json` name=mod with name=moda ``` js typeof define === 'function' && define.amd ? define(factory) : (global = global || self, global.moda = factory()); ```...

> If possible, I'd love to get a better understanding of why named define is useful. I've written a few AMD loaders in the past and only ever needed named...

> It is also preventing to send benchmarks that completes before 15mn. An error will occur at then end of the benchmark: "Json unexpected end of file" same issue

I'm facing the same problem, when using StackModifier, if the data is in a different order there are gaps in the graph.

是有这个模块,可是你浏览器请求的链接要先 concat 起来。

哦,是 webuploader.fis.js 的问题,里面尽管实现了内置 `_define`,和内置 `_require`,但是 `facotry` 里用的还是 `define` 和 `require`。