Added stopOnFalse method description in comments and reformatted then in the process.
This commit is contained in:
parent
114846d38d
commit
e79fdebcee
1 changed files with 8 additions and 6 deletions
|
@ -38,6 +38,8 @@ function createFlags( flags ) {
|
||||||
*
|
*
|
||||||
* relocate: like "unique" but will relocate the callback at the end of the list
|
* 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 ) {
|
jQuery.Callbacks = function( flags, filter ) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue