This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Description
ix.js requires Ix on AMD loading (from ix.js):
if (typeof define === 'function' && define.amd) {
define(['Ix', 'exports'], function (Ix, exports) {
root.Ix = factory(root, exports, Ix);
return root.Ix;
});
}
but Ix not defined by l2o.
I think it should be:
define(['./l2o', 'exports'], ...