Home
last modified time | relevance | path

Searched refs:isStopPropagation (Results 1 – 1 of 1) sorted by relevance

/third_party/jsframework/runtime/vdom/
DElement.ts927 let isStopPropagation = false; variable
932 isStopPropagation = true;
941 if (!isStopPropagation && isBubble && BUBBLE_EVENTS.indexOf(type) !== -1) {