-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List is not defined with RequireJS #4
Comments
I'm also unable to get this working properly with RequireJS. I've tried a few shims and things, but nothing seems to work. |
I don't know if this is the standard solution, but it seems like the List has to be made global. So what I did is to assign the "LIST" to List in domReady function. Of course no need to specify the "List" in your module any more. by the way, no need to add any shim in main.js to make this to work. |
This will be fixed in the next version! Nice that you found the bug 👍 |
Any update on this? There haven't been any commits since last year. Should we consider this project abandoned? |
@ReservedDeveloper I guess, nearly one year later and nothing has happend to fix it. |
+1 |
@javve you have a expectation to fix it ? |
+1 |
2 similar comments
+1 |
+1 |
Hi, |
I am trying to use this plugin with RequireJS.
In my config, I already declared
listjs
as a dependency for this plugin.However, when I use the plugin, I get this error
Uncaught ReferenceError: List is not defined
on line 521.Can you help?
The text was updated successfully, but these errors were encountered: