jQuery: removed redundant interface

This commit is contained in:
John Reilly
2014-02-12 16:04:30 +00:00
parent e65a30bcc8
commit 5a9a727fa1
-8
View File
@@ -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)
*/