()
| 1235 | var F = S.Deferred(); |
| 1236 | |
| 1237 | function B() { |
| 1238 | E.removeEventListener("DOMContentLoaded", B), C.removeEventListener("load", B), S.ready() |
| 1239 | } |
| 1240 | S.fn.ready = function (e) { |
| 1241 | return F.then(e)["catch"](function (e) { |
| 1242 | S.readyException(e) |
nothing calls this directly
no outgoing calls
no test coverage detected