Merge pull request #17915 from JoniJnm/patch-2

[@types/bootstrap] allow call affix command
This commit is contained in:
Ryan Cavanaugh
2017-07-13 19:12:42 -07:00
committed by GitHub

View File

@@ -119,6 +119,7 @@ interface JQuery {
typeahead(options?: TypeaheadOptions): JQuery;
affix(options?: AffixOptions): JQuery;
affix(command: string): JQuery;
emulateTransitionEnd(duration: number): JQuery;
}