Side navigation
#122 closed bug (fixed)
Opened August 07, 2006 05:09PM UTC
Closed October 11, 2009 02:07PM UTC
JQuery core is not functional without the effects module
Reported by: | cj@syntheticplaygrou | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | ajax | Version: | |
Keywords: | "" | Cc: | "" |
Blocked by: | Blocking: |
Description
As of R170 several methods have been prepended with underscores. Apparently they are re bootstrapped by the effects module to their proper names. If you're only using the core module then these methods must be called as _show(), _hide(), or _toggle().
Attachments (0)
Change History (3)
Changed August 15, 2006 04:51AM UTC by comment:1
milestone: | → 1.0 |
---|---|
version: | → 1.0 |
Changed August 26, 2006 03:51AM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN rev 231.
Changed October 11, 2009 02:07PM UTC by comment:3
component: | → ajax |
---|---|
need: | → Review |
priority: | → blocker |
resolution: | → fixed |
status: | reopened → closed |
type: | → bug |
Yeah... this is a messy addition. I'll figure something out.