Skip to main content

Bug Tracker

Side navigation

#13071 closed feature (wontfix)

Opened December 18, 2012 08:08AM UTC

Closed January 07, 2013 02:57AM UTC

Feature Request: .queue() does not accept arguments

Reported by: garromark@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.3
Keywords: Cc:
Blocked by: Blocking:
Description

I would like to pass in the scope as an argument to a queued function, like I would normally use the .call() function from javascript for. For events, I tend to use

.on(eventName, {"scope": this}, functionName);

in order to pass the scope. Please add the ability to do so with .queue().

Attachments (0)
Change History (1)

Changed January 07, 2013 02:57AM UTC by dmethvin comment:1

resolution: → wontfix
status: newclosed

There are several solutions including proxy or closures, I don't think we need to add more options to the API.