-
-
+ `;
+
+document.body.appendChild($_documentContainer.content);
+
+
+
-
+
+
+window.requestAnimationFrame(function() {
+ var buttons = document.querySelectorAll('d2l-button');
+ buttons.forEach(function(button) {
+ button.addEventListener('click', function() {
+ var toast = button.getAttribute('data-toast');
+ openToast(toast);
+ });
+ });
+});
+