(func, thisContext)
| 216 | } |
| 217 | |
| 218 | function bindInternal4_0_0_2a (func, thisContext) { |
| 219 | return function (a, b, c, d) { |
| 220 | return func.call(thisContext, a, b, c, d); |
| 221 | }; |
| 222 | } |
| 223 | |
| 224 | // v0.0.2b |
| 225 |
no outgoing calls
no test coverage detected
searching dependent graphs…