use jQuery instead of $ #63
caiorg
commented
Oct 3, 2014
To prevent this behaviour, you could use encapsulation. Like this:
|
Thank you for brining this to my attention. The UMD wrapper used in the jquery version should actually be able to handle this. Unfortunately it is referencing https://github.com/firstopinion/formatter.js/blob/master/src/tmpls/jquery.hbs#L20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
in the jQuery version you should use "jQuery" instead of its short version "$". the short version could be overwritten by other libraries.
Thanks,
Jakob