()
| 5778 | // This is for making sure non-participating |
| 5779 | // matching groups are represented cross-browser (IE6-8) |
| 5780 | setUndefined = function() { |
| 5781 | var i = 1, |
| 5782 | len = arguments.length - 2; |
| 5783 | for ( ; i < len; i++ ) { |
| 5784 | if ( arguments[i] === undefined ) { |
| 5785 | match[i] = undefined; |
| 5786 | } |
| 5787 | } |
| 5788 | }; |
| 5789 | |
| 5790 | for ( ; i < len; i++ ) { |
| 5791 | group = groups[i]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…