Searched refs:bindEvents (Results 1 – 1 of 1) sorted by relevance
/third_party/jsframework/runtime/main/model/ |
D | directive.ts | 136 bindEvents(vm, el, template.events); 137 bindEvents(vm, el, template.onBubbleEvents, ''); 138 bindEvents(vm, el, template.onCaptureEvents, 'capture'); 139 bindEvents(vm, el, template.catchBubbleEvents, 'catchbubble'); 140 bindEvents(vm, el, template.catchCaptureEvents, 'catchcapture'); 825 function bindEvents(vm: Vm, el: Element, events: object, eventType?: string): void { function
|