diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index 0d26a8253..bc7886e44 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -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) */