()
| 10919 | return function() { |
| 10920 | context = this; args = arguments; |
| 10921 | var later = function() { |
| 10922 | timeout = null; |
| 10923 | if (more) func.apply(context, args); |
| 10924 | whenDone(); |
| 10925 | }; |
| 10926 | if (!timeout) timeout = setTimeout(later, wait); |
| 10927 | if (throttling) { |
| 10928 | more = true; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…