From 364dc01c3b6218c12933d24f6d01dbbdf627ad10 Mon Sep 17 00:00:00 2001 From: Shan Carter Date: Tue, 29 Aug 2017 15:15:49 -0700 Subject: [PATCH] Adding super connected callback to math --- src/components/d-math.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/d-math.js b/src/components/d-math.js index 6fbf244..0a643fc 100644 --- a/src/components/d-math.js +++ b/src/components/d-math.js @@ -36,6 +36,7 @@ export class DMath extends Mutating(T(HTMLElement)) { } connectedCallback() { + super.connectedCallback(); if (!DMath.katexAdded) { // script tag has to be created to work properly const scriptTag = document.createElement('script');