Opened 15 years ago
Closed 15 years ago
#3539 closed feature (fixed)
Expose the queueing system, make it generic and create a 'data' module
Reported by: | flesler | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | data | Version: | 1.2.6 |
Keywords: | Cc: | john, joern, brandon, davidserduke | |
Blocked by: | Blocking: |
Description (last modified by )
I propose putting all the data/queue functions and related variables into a new module, called data.
Also expose the generic queueing function that is actually a local function. I also want to make it generic, along with dequeue. Both are merely intended for animations.
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
Summary: | Expose the queue function as jQuery.queue → Expose the queueing system, make it generic and create a 'data' module |
Changed 15 years ago by
Attachment: | queue[5917].diff added |
---|
comment:2 Changed 15 years ago by
Cc: | john joern brandon davidserduke added |
---|---|
need: | Patch → Commit |
comment:3 Changed 15 years ago by
Looks good to me! I'm not a huge fan of .nextAnim() (seems like it's used so infrequently to begin with, we could probably just inline it) but that's something that we can always mess with later.
comment:4 Changed 15 years ago by
I don't like the name either and yes, making it private sounds good to me too.
comment:5 Changed 15 years ago by
Component: | fx → data |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Applied at [6010-6012].
Note: See
TracTickets for help on using
tickets.
I run the suite on most browsers and tried this much.