UpdateBootstrap

This commit is contained in:
Yuichi Nukiyama
2015-08-24 07:22:31 +00:00
parent 16cfba4136
commit 88c35e2c75
+2 -2
View File
@@ -59,8 +59,8 @@ interface CollapseOptions {
interface CarouselOptions {
interval?: number;
pause?: string;
wrap: boolean;
keybord: boolean;
wrap?: boolean;
keybord?: boolean;
}
interface TypeaheadOptions {