You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Using requirejs, using the follwing configuration for the package:
"packages": [{
"name": "ix",
"main": "ix.js"
}]
now when I try to require ix, it will try and fetch Ix.js because this is references from the ix library.
This seems to be causing trouble:
define(['Ix', 'exports'], function (Ix, exports) {
By renaming Ix to ix, the proper files get loaded, but I get a
Uncaught TypeError: Cannot read property 'isEqual' of undefined
I just use the l2o.js script, which is fine. What is the ix.js script for anyway?
I think moving the l2o to a seperate repository, keeping the name lowercase would solve all problems. I really love Linq and I use l2o a lot. It would be great if there was more development in the project. Maybe a different repo can also achieve that.
The text was updated successfully, but these errors were encountered:
Using requirejs, using the follwing configuration for the package:
now when I try to require ix, it will try and fetch Ix.js because this is references from the ix library.
This seems to be causing trouble:
By renaming Ix to ix, the proper files get loaded, but I get a
I just use the l2o.js script, which is fine. What is the ix.js script for anyway?
I think moving the l2o to a seperate repository, keeping the name lowercase would solve all problems. I really love Linq and I use l2o a lot. It would be great if there was more development in the project. Maybe a different repo can also achieve that.
The text was updated successfully, but these errors were encountered: