Modify ↓
Ticket #10445 (closed bug: fixed)
Setting queue to true causes an error
| Reported by: | Motty | Owned by: | gnarf |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7 |
| Component: | effects | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In the git (edge) version, setting the animate queue to true causes this error:
fn.call is not a function }, runner ); jquery-git.js (line 2100)
Here is a jsFiddle: http://jsfiddle.net/Mottie/zT6qy/
Change History
comment:1 Changed 21 months ago by rwaldron
- Priority changed from undecided to blocker
- Status changed from new to open
- Component changed from unfiled to effects
- Milestone changed from None to 1.7
comment:4 Changed 21 months ago by Julian Aubourg
- Status changed from assigned to closed
- Resolution set to fixed
Merge pull request #535 from gnarf37/queue-true
Effects - Allow queue: true - Fixes #10445
Changeset: c51a9706046de19d051b57771f67e5bf2bcd937f
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Confirmed