mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix jQuery definitions and more tests
This commit is contained in:
Vendored
+3
-2
@@ -74,7 +74,7 @@ interface JQueryCallback {
|
||||
has(callback: any): bool;
|
||||
lock(): any;
|
||||
locked(): bool;
|
||||
removed(...callbacks: any[]): any;
|
||||
remove(...callbacks: any[]): any;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -134,6 +134,7 @@ interface JQueryBrowserInfo {
|
||||
opera:bool;
|
||||
msie:bool;
|
||||
mozilla:bool;
|
||||
webkit:bool;
|
||||
version:string;
|
||||
}
|
||||
|
||||
@@ -187,7 +188,7 @@ interface JQueryStatic {
|
||||
/*********
|
||||
CALLBACKS
|
||||
**********/
|
||||
Callbacks(flags: any): JQueryCallback;
|
||||
Callbacks(flags?: string): JQueryCallback;
|
||||
|
||||
/****
|
||||
CORE
|
||||
|
||||
Reference in New Issue
Block a user