remove some more small differences (#6791)

This commit is contained in:
Anthony Dresser
2019-08-19 12:38:59 -07:00
committed by GitHub
parent 7f6839d38e
commit ed264aae81
4 changed files with 5 additions and 34 deletions

View File

@@ -262,7 +262,7 @@ export class SettingsEditor2 extends BaseEditor {
}
private _setOptions(options: SettingsEditorOptions): void {
// {{SQL CARBON EDIT}} - return if options is undefined to avoid nullref
// {{SQL CARBON EDIT}} - return if options is undefined to avoid nullref @todo anthonydresser 8/17/19 investigate
if (!options) {
return;
}