Update bootstrap definitions to 2.2

This commit is contained in:
Boris Yankov
2012-12-31 04:00:17 +02:00
parent 9b6699d118
commit 1484e18399
+2 -1
View File
@@ -1,4 +1,4 @@
// Type definitions for Bootstrap 2.1
// Type definitions for Bootstrap 2.2
// Project: http://twitter.github.com/bootstrap/
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -66,6 +66,7 @@ interface JQuery {
modal(command: string): JQuery;
dropdown(): JQuery;
dropdown(command: string): JQuery;
scrollspy(command: string): JQuery;
scrollspy(options?: ScrollSpyOptions): JQuery;