`ix.js` requires `Ix` on AMD loading (from [ix.js](https://github.com/Reactive-Extensions/IxJS/blob/master/ix.js#L8-L12)): ``` 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: ``` js define(['./l2o', 'exports'], ... ```
ix.jsrequiresIxon AMD loading (from ix.js):but
Ixnot defined byl2o.I think it should be: