diff --git a/src/boot.js b/src/boot.js index a26f2a7..d9cf42a 100644 --- a/src/boot.js +++ b/src/boot.js @@ -25,7 +25,7 @@ function bootstrap() { CustomElements.elapsed = CustomElements.readyTime - HTMLImports.readyTime; } // notify the system that we are bootstrapped - document.body.dispatchEvent( + document.dispatchEvent( new CustomEvent('WebComponentsReady', {bubbles: true}) ); });