X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0ece664475180119b6e5c6c589302628c080cc71..fcf0bf79a98c9b9b545d36ef728ee9cbe054048e:/resources/js/components/component.js diff --git a/resources/js/components/component.js b/resources/js/components/component.js index 654f41a96..c23898bbc 100644 --- a/resources/js/components/component.js +++ b/resources/js/components/component.js @@ -8,20 +8,20 @@ export class Component { /** * The element that the component is registered upon. - * @type {Element} + * @type {HTMLElement} */ $el = null; /** * Mapping of referenced elements within the component. - * @type {Object} + * @type {Object} */ $refs = {}; /** * Mapping of arrays of referenced elements within the component so multiple * references, sharing the same name, can be fetched. - * @type {Object} + * @type {Object} */ $manyRefs = {};