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

@@ -15,7 +15,6 @@ declare module 'jquery/dist/jquery.slim' {
declare function factory(window: Window, noGlobal?: boolean): JQueryStatic;
declare const jQuery: JQueryStatic;
declare const $: JQueryStatic;
// Used by JQuery.Event
type _Event = Event;
@@ -4612,4 +4611,4 @@ interface JQueryEasingFunctions {
swing: JQueryEasingFunction;
}
// endregion
// endregion