aboutsummaryrefslogtreecommitdiffstats
path: root/src/callbacks.js
Commit message (Expand)AuthorAgeFilesLines
* Simplifies the way the internal memory storage is handled.jaubourg2012-04-281-9/+8
* Callbacks.add now accepts array-like objects (like Arguments). Now uses the s...jaubourg2012-04-251-6/+6
* Use real declaration since that helps gzip: thanks @gibson042.jaubourg2012-04-251-3/+5
* Regression: makes sure that all instances of a callback are removed. Unit tes...jaubourg2012-04-251-2/+2
* How about we save 62 bytes? Also ensure that the arguments array given to fir...jaubourg2012-04-251-78/+42
* Since we can pass an object to jQuery.Callbacks now, let's name it options to...jaubourg2012-04-251-21/+23
* Uses a copy of the flags when they are given as an object rather than the obj...jaubourg2012-04-251-1/+1
* Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit t...jaubourg2012-04-021-2/+2
* Fixes #10952 by introducing a real fired flag in the Callbacks closure.jaubourg2012-01-311-1/+4
* Trimmed down $.Callbacks and $.Deferred.jaubourg2011-09-211-40/+9
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-0/+257