[angular-animate] Remove dependency on @types/jquery.

This commit is contained in:
Leonard Thieu
2017-06-19 15:10:28 -04:00
parent 7e66d2c46d
commit 9ada3affb6
-3
View File
@@ -2,9 +2,6 @@
// Project: http://angularjs.org
// Definitions by: Michel Salib <https://github.com/michelsalib>, Adi Dahiya <https://github.com/adidahiya>, Raphael Schweizer <https://github.com/rasch>, Cody Schaaf <https://github.com/codyschaaf>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="jquery" />
declare var _: string;
export = _;