jQuery EyeCandy requires Dimensions plugin now integrated to jQuery
spelunker - April 28, 2009 - 06:21
| Project: | jQuery Eye Candy |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
Description
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.

#1
Here is the patch:
#2
Thanks for this.