Skip to content
Snippets Groups Projects
Commit 71dcdb0c authored by Gaelle's avatar Gaelle
Browse files

comma added

parent 0f9cc998
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -152,7 +152,7 @@ document.addEventListener('WebComponentsReady', function(event) { ...@@ -152,7 +152,7 @@ document.addEventListener('WebComponentsReady', function(event) {
class HDAppLinkMore extends SIBWidget { class HDAppLinkMore extends SIBWidget {
get template() { get template() {
const id = uniqID(); const id = uniqID();
console.warn('HDAppLinkMore'this); console.warn('HDAppLinkMore', this);
return ` return `
${this.label} ${this.label}
${this.name} ${this.name}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment