Lines Matching refs:capture
687 _createWrapper: function (el, type, capture, compat, facade) {
696 if (capture) {
697 key += 'capture';
729 cewrapper.capture = capture;
742 add(el, type, cewrapper.fn, capture);
758 capture = conf && conf.capture,
842 cewrapper = Event._createWrapper(el, type, capture, compat, facade);
1198 remove(wrapper.el, wrapper.type, wrapper.fn, wrapper.capture);
1277 * @param {boolen} capture capture or bubble phase
1290 * @param {boolen} capture capture or bubble phase