()
| 122 | elements = this, |
| 123 | i = this.length, |
| 124 | resolve = function() { |
| 125 | if ( !( --count ) ) { |
| 126 | defer.resolveWith( elements, [ elements ] ); |
| 127 | } |
| 128 | }; |
| 129 | |
| 130 | if ( typeof type !== "string" ) { |
| 131 | obj = type; |
no outgoing calls
no test coverage detected
searching dependent graphs…