()
| 3785 | elements = this, |
| 3786 | i = this.length, |
| 3787 | resolve = function() { |
| 3788 | if ( !( --count ) ) { |
| 3789 | defer.resolveWith( elements, [ elements ] ); |
| 3790 | } |
| 3791 | }; |
| 3792 | |
| 3793 | if ( typeof type !== "string" ) { |
| 3794 | obj = type; |
no outgoing calls
no test coverage detected