File size: 145 Bytes
f56a29b | 1 2 3 4 5 | export function mstyle(element, targetParent, previousSibling, nextSibling, ancestors) {
// Ignore as default behavior
return targetParent
}
|
f56a29b | 1 2 3 4 5 | export function mstyle(element, targetParent, previousSibling, nextSibling, ancestors) {
// Ignore as default behavior
return targetParent
}
|