dispatch.call(type[, that[, arguments…]])
Like function.call, invokes each registered callback for the specified type, passing the callback the specified arguments, with that as the this
context. See dispatch.apply for more information.
dispatch.call(type[, that[, arguments…]])
Like function.call, invokes each registered callback for the specified type, passing the callback the specified arguments, with that as the this
context. See dispatch.apply for more information.
Please login to continue.