Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

ix.js - AMD loading error #8

Open
Igorbek opened this issue Jun 23, 2014 · 1 comment
Open

ix.js - AMD loading error #8

Igorbek opened this issue Jun 23, 2014 · 1 comment

Comments

@Igorbek
Copy link

Igorbek commented Jun 23, 2014

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'], ...
@elmerbulthuis
Copy link
Contributor

see #16

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants