Added null check to props.

This commit is contained in:
Matt Mo 2021-08-11 10:46:44 -07:00
parent b353045019
commit 1bc054903c

View File

@ -171,8 +171,10 @@ class IgniteElement extends HTMLElement {
* Sets all the property values on this element.
*/
setProperties(props) {
if (props) {
Object.keys(props).forEach(name => this[name] = props[name]);
}
}
/**
* Creates the getters/setters for properties in this