Lines Matching refs:capture
310 _createWrapper: function (el, type, capture, compat, facade) {
319 if (capture) {
320 key += 'capture';
352 cewrapper.capture = capture;
365 add(el, type, cewrapper.fn, capture);
381 capture = conf && conf.capture,
465 cewrapper = Event._createWrapper(el, type, capture, compat, facade);
821 remove(wrapper.el, wrapper.type, wrapper.fn, wrapper.capture);
900 * @param {boolen} capture capture or bubble phase
913 * @param {boolen} capture capture or bubble phase