Skip to content
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

CDN version 1.11.0 and error with 1.13.0 #5

Closed
pwFoo opened this issue Oct 11, 2018 · 3 comments
Closed

CDN version 1.11.0 and error with 1.13.0 #5

pwFoo opened this issue Oct 11, 2018 · 3 comments

Comments

@pwFoo
Copy link

pwFoo commented Oct 11, 2018

Hi @edwinm the available version is 1.11.0 but latest is 1.13.0?

I tried it with downloaded miq.min.js and get an error message. Is it a bug?

miq-min.js:14 Uncaught ReferenceError: $ is not defined
    at miq-min.js:14
@edwinm
Copy link
Owner

edwinm commented Oct 11, 2018

The CDN is not updated because functionally, miq is changed only minimally.

You're right the $ should be usable right away.

For now, on the top of you code, you can add:

$ = miq;

I'll take a look at making $ usable.

edwinm added a commit that referenced this issue Mar 10, 2019
@edwinm
Copy link
Owner

edwinm commented Mar 10, 2019

The "$ is not defined" bug is fixed in 1.14.0

@edwinm
Copy link
Owner

edwinm commented Mar 10, 2019

For CDN, use the url https://cdn.jsdelivr.net/npm/miq/miq-min.js

@edwinm edwinm closed this as completed Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants