remove builder from button (#4146)

This commit is contained in:
Anthony Dresser
2019-02-25 12:42:33 -08:00
committed by GitHub
parent c831596e02
commit f3b0a50db7
2 changed files with 16 additions and 21 deletions

View File

@@ -32,8 +32,7 @@ const defaultOptions: IButtonStyles = {
export class Button extends Disposable {
// {{SQL CARBON EDIT}} -- changed access modifier to protected
protected _element: HTMLElement;
private _element: HTMLElement;
private options: IButtonOptions;
private buttonBackground: Color | undefined;