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

ix.js - AMD loading error #8

Description

@Igorbek

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'], ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions