mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge pull request #1689 from johnnyreilly/master
jQuery: removed redundant interface
This commit is contained in:
Vendored
+1
-8
@@ -18,6 +18,7 @@ See the Apache Version 2.0 License for specific language governing permissions
|
||||
and limitations under the License.
|
||||
***************************************************************************** */
|
||||
|
||||
|
||||
/**
|
||||
* Interface for the AJAX setting that will configure the AJAX request
|
||||
*/
|
||||
@@ -485,14 +486,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