WIP switch to webcomponents loader async polyfills; multiple small fixes for Firefox and generally more defensive coding

This commit is contained in:
Ludwig Schubert
2017-10-24 16:48:48 -07:00
parent 11b00b4cee
commit f388c39553
7 changed files with 165 additions and 129 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ export const Controller = {
citeTag.entries = entries;
},
onCiteKeyChanged(event) {
onCiteKeyChanged() {
// const [citeTag, keys] = event.detail;
// update citations
@@ -145,7 +145,7 @@ export const Controller = {
return;
} else {
Controller.loaded = true;
console.log('Controller running DOMContentLoaded')
console.log('Controller running DOMContentLoaded');
}
const frontMatterTag = document.querySelector('d-front-matter');