Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
static get observedAttributes() {
return ProtvistaZoomable.observedAttributes.concat([
"highlight",
"color",
"shape",
"filters"
]);
}
static get observedAttributes() {
return ProtvistaZoomable.observedAttributes.concat(
"highlightstart",
"highlightend"
);
}