https://bugzilla.wikimedia.org/show_bug.cgi?id=65428

Krinkle <krinklem...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krinklem...@gmail.com

--- Comment #3 from Krinkle <krinklem...@gmail.com> ---
To maintain a list of functions and fire them in some manner, you can use
$.Callbacks. This jQuery is also used internally by jQuery Event, Promise,
Deferred and Ajax.

http://api.jquery.com/jQuery.Callbacks/

 var list = $.Callbacks( /* optional behaviour modifier flags */ );


 list.add( fn );

 list.fire( /* optional */ data );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to