Actually install new sources

This commit is contained in:
David Wendt 2019-10-12 23:04:45 -04:00 committed by Mike Welsh
parent f957ec4744
commit bb184469d8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export class PublicAPI {
* of `SourceAPI`. * of `SourceAPI`.
*/ */
install_source(name, api) { install_source(name, api) {
this.sources[name] = api;
} }
/** /**