mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
3
src/typings/jQuery.d.ts
vendored
3
src/typings/jQuery.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user