mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
added/fixed headers a-d
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
+5
-2
@@ -1,4 +1,7 @@
|
||||
|
||||
// Type definitions for bootstrap.timepicker
|
||||
// Project: https://github.com/jdewit/bootstrap-timepicker
|
||||
// Definitions by: derikwhittaker <https://github.com/derikwhittaker/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
@@ -21,4 +24,4 @@ interface JQuery {
|
||||
timepicker(methodName: string): JQuery;
|
||||
timepicker(methodName: string, params: any): JQuery;
|
||||
timepicker(options: TimeickerOptions): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user