initial test for web components
This commit is contained in:
@@ -76,7 +76,7 @@ export const setStrings = function (type, obj, ids) {
|
||||
break;
|
||||
|
||||
case 'title':
|
||||
elem.title = val;
|
||||
elem.setAttribute('title', val);
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user