Merge branch 'dev'

merge-requests/13/head
Matthew 2020-06-15 23:03:49 -04:00
commit dfd40e169a
No known key found for this signature in database
GPG Key ID: F841AB9BF496C194
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export default class Page extends Command {
validPagerCodes: ['911', '811', '210', '265', '411', '419', '555'], validPagerCodes: ['911', '811', '210', '265', '411', '419', '555'],
codeDict: new Map(), codeDict: new Map(),
}; };
this.init();
} }
public init() { public init() {