Added stopOnFalse method description in comments and reformatted then in the process.
This commit is contained in:
parent
a31195fd5a
commit
5ee68d6b13
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…
Add table
Reference in a new issue