Skip to content

Commit ca8f7a5

Browse files
committed
Update to use user-interface-base#0.0.17, test.ts.
1 parent 6bbe65b commit ca8f7a5

5 files changed

Lines changed: 46 additions & 608 deletions

File tree

app.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ namespace microdata {
1212
}
1313

1414
// application configuration
15-
user_interface_base.getIcon = (id) => icons.get(id)
15+
// user_interface_base.getIcon = (id) => icons.get(id)
16+
user_interface_base.getIcon = (id) => user_interface_base.icons.get(id)
1617
user_interface_base.resolveTooltip = (ariaId: string) => ariaId
1718

1819
/**

0 commit comments

Comments
 (0)