mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jQuery: removed redundant interface
This commit is contained in:
Vendored
-8
@@ -485,14 +485,6 @@ interface JQueryAnimationOptions {
|
||||
specialEasing?: Object;
|
||||
}
|
||||
|
||||
/**
|
||||
* The interface used to specify easing functions.
|
||||
*/
|
||||
interface JQueryEasing {
|
||||
linear(p: number): number;
|
||||
swing(p: number): number;
|
||||
}
|
||||
|
||||
/**
|
||||
* Static members of jQuery (those on $ and jQuery themselves)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user