()
| 15344 | mode = args.mode; |
| 15345 | |
| 15346 | function done() { |
| 15347 | if ( $.isFunction( complete ) ) { |
| 15348 | complete.call( elem[0] ); |
| 15349 | } |
| 15350 | if ( $.isFunction( next ) ) { |
| 15351 | next(); |
| 15352 | } |
| 15353 | } |
| 15354 | |
| 15355 | // If the element already has the correct final state, delegate to |
| 15356 | // the core methods so the internal tracking of "olddisplay" works. |
no test coverage detected
searching dependent graphs…