()
| 3984 | elements = this, |
| 3985 | i = this.length, |
| 3986 | resolve = function() { |
| 3987 | if ( !( --count ) ) { |
| 3988 | defer.resolveWith( elements, [ elements ] ); |
| 3989 | } |
| 3990 | }; |
| 3991 | |
| 3992 | if ( typeof type !== "string" ) { |
| 3993 | obj = type; |
no outgoing calls
no test coverage detected
searching dependent graphs…