( gotoEnd )
| 442 | this.unit = unit || this.unit || ( jQuery.cssNumber[ this.prop ] ? "" : "px" ); |
| 443 | |
| 444 | function t( gotoEnd ) { |
| 445 | return self.step( gotoEnd ); |
| 446 | } |
| 447 | |
| 448 | t.queue = this.options.queue; |
| 449 | t.elem = this.elem; |
no outgoing calls
no test coverage detected