()
| 2868 | elements = this, |
| 2869 | i = this.length, |
| 2870 | resolve = function() { |
| 2871 | if ( !( --count ) ) { |
| 2872 | defer.resolveWith( elements, [ elements ] ); |
| 2873 | } |
| 2874 | }; |
| 2875 | |
| 2876 | if ( typeof type !== "string" ) { |
| 2877 | obj = type; |
no outgoing calls
no test coverage detected
searching dependent graphs…