aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/callbacks.js
Commit message (Expand)AuthorAgeFilesLines
* Style nit in test/unit/callbacks.js. Closes gh-992Erick Ruiz de Chavez2012-10-161-1/+1
* Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-s...Erick Ruiz de Chavez2012-10-161-22/+27
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-3/+3
* Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kse...jaubourg2012-10-061-13/+26
* Makes sure "adding" a string to a Callbacks object doesn't cause a stack over...jaubourg2012-08-161-0/+9
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-2/+2
* Unit tests are linted and passing.Rick Waldron2012-06-211-11/+11
* Gandalf the Grey says you shall not leak globals, even in the depths of Unit ...jaubourg2012-04-301-1/+1
* Regression: makes sure that all instances of a callback are removed. Unit tes...jaubourg2012-04-251-0/+15
* How about we save 62 bytes? Also ensure that the arguments array given to fir...jaubourg2012-04-251-5/+19
* Adds a unit test to control options are being copied by jQuery.Callbacks inte...jaubourg2012-04-251-0/+18
* Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit t...jaubourg2012-04-021-135/+157
* Adds unit test to exhibit #10952jaubourg2012-01-311-1/+2
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-2/+2
* Trimmed down $.Callbacks and $.Deferred.jaubourg2011-09-211-13/+1
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-0/+194