()
| 102 | result = this; |
| 103 | |
| 104 | function callback() { |
| 105 | var args = []; |
| 106 | args[0] = []; |
| 107 | var length = arguments[0].length; |
| 108 | var name_; |
| 109 | for (var i = 0; i < length; i++) { |
| 110 | name_ = globalMy.foundJsdomName(arguments[0][i], "MutationRecord"); |
| 111 | args[0][i] = globalMy.element[name_]; |
| 112 | } |
| 113 | args[1] = result; |
| 114 | // debugger; |
| 115 | // callback_function.apply(result, args); |
| 116 | } |
| 117 | |
| 118 | return this; |
| 119 | } |
nothing calls this directly
no outgoing calls
no test coverage detected