Remove builder references from options dialog (#4774)

* remove more builder references; remove $ from declarations

* fix jquery references

* formatting

* fixing backup

* fix backup box
This commit is contained in:
Anthony Dresser
2019-04-02 13:49:50 -07:00
committed by GitHub
parent 72ef024678
commit 63485c8c78
29 changed files with 261 additions and 407 deletions

View File

@@ -41,7 +41,7 @@ const defaultStyles: ISplitViewStyles = {
};
const defaultOptions: ISplitViewOptions = {
enableResizing: true
enableResizing: false
};
export interface IView extends HeightIView {