Added stopOnFalse method description in comments and reformatted then in the process.

This commit is contained in:
jaubourg 2011-05-07 00:23:00 +02:00
parent 114846d38d
commit e79fdebcee

View file

@ -38,6 +38,8 @@ function createFlags( flags ) {
*
* relocate: like "unique" but will relocate the callback at the end of the list
*
* stopOnFalse: interrupt callings when a callback returns false
*
*/
jQuery.Callbacks = function( flags, filter ) {