Skip to content

Commit

Permalink
Added missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Dec 4, 2019
1 parent f738b8f commit f689a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadow/src/EZShadowElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if (!didRegisterCustomElement) {
module.exports = {
EZShadowElement: function() {
throw new Error(
'customElements was not available so the custom element used by EZShadowElement cannot be constructed. This can occur if the environment does not support custom elements (either an old browser or a test environment that does not include support for custom elements'
'customElements was not available so the custom element used by EZShadowElement cannot be constructed. This can occur if the environment does not support custom elements (either an old browser or a test environment that does not include support for custom elements)'
);
}
};
Expand Down

0 comments on commit f689a6c

Please sign in to comment.