-
Notifications
You must be signed in to change notification settings - Fork 501
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
Mootools + jQuery + easyPieChart #66
Comments
Real problem is here: I temporary solved it with: Until you find a better solution. |
We would appreciate if you create a PR to fix it. |
It is not a real fix. I believe you need to find a better solution based on what happening there. You probably need to see how mootools break bind() method and then rewrite bind() method in next line of your code in the way that it can be executed when we have mootools and jQuery side by side. |
You should probably open an issue for mootools, that they should not break native JavaScript methods. Having a fix for every possible other third party library should not be in the source of this plugin. |
Thank you so much! |
Hi Robert,
We are using your code in a site where we have jQuery and Mootools side by side and unfortunately your script failed to work in this environment.
Here is an example:
http://jsfiddle.net/6ZdNZ/
Error is:
TypeError: this.renderer.draw is not a function
At:
// initial draw
this.renderer.draw(currentValue);
The text was updated successfully, but these errors were encountered: