()
| 2700 | } |
| 2701 | |
| 2702 | function done() { |
| 2703 | if ( $.isFunction( complete ) ) { |
| 2704 | complete.call( elem[ 0 ] ); |
| 2705 | } |
| 2706 | |
| 2707 | if ( $.isFunction( next ) ) { |
| 2708 | next(); |
| 2709 | } |
| 2710 | } |
| 2711 | |
| 2712 | // Override mode option on a per element basis, |
| 2713 | // as toggle can be either show or hide depending on element state |
no test coverage detected