Posted by spelunker on April 28, 2009 at 6:21am
| Project: | jQuery Eye Candy |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
Issue Summary
Some jQuery plugins enabled by jQuery EyeCandy do require the Dimensions plugin. However, jQuery 1.6 and over now include the Dimensions plugin.
The problem is that jQuery EyeCandy prevents access to theses plugins, wrongly stating that the Dimensions plugin in uninstalled and required. This patch fixes that issue by removing any reference to the Dimensions plugin.
Comments
#1
Here is the patch:
#2
Thanks for this.