()
| 2010 | elements = this, |
| 2011 | i = this.length, |
| 2012 | resolve = function() { |
| 2013 | if ( !( --count ) ) { |
| 2014 | defer.resolveWith( elements, [ elements ] ); |
| 2015 | } |
| 2016 | }; |
| 2017 | |
| 2018 | if ( typeof type !== "string" ) { |
| 2019 | obj = type; |
no outgoing calls
no test coverage detected