From eadb478a2e42a6befda6dcaee1da5f7bee6ae118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3natan=20N=C3=BA=C3=B1ez?= Date: Mon, 10 Jul 2017 17:17:13 +0200 Subject: [PATCH] [@types/bootstrap] allow call affix command Allow call affix command like 'checkPosition' http://getbootstrap.com/javascript/#affix-checkposition --- types/bootstrap/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/bootstrap/index.d.ts b/types/bootstrap/index.d.ts index 53d9b45b37..cd15ad62ee 100644 --- a/types/bootstrap/index.d.ts +++ b/types/bootstrap/index.d.ts @@ -119,6 +119,7 @@ interface JQuery { typeahead(options?: TypeaheadOptions): JQuery; affix(options?: AffixOptions): JQuery; + affix(command: string): JQuery; emulateTransitionEnd(duration: number): JQuery; }