mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped
This commit is contained in:
+309
-85
File diff suppressed because it is too large
Load Diff
@@ -93,4 +93,4 @@ datepicker.datetimepicker({
|
||||
});
|
||||
datepicker.on("dp.change", function (e) {
|
||||
alert("e.date=" + e.date);
|
||||
});
|
||||
});
|
||||
|
||||
+5
@@ -1,3 +1,8 @@
|
||||
// Type definitions for Knockout specs
|
||||
// Project: http://knockoutjs.com
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Igor Oleinikov <https://github.com/Igorbek/>, Clément Bourgeois <https://github.com/moonpyk/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
// Knockout specs depend on custom Jasmine matchers
|
||||
// See https://github.com/knockout/knockout/blob/v3.4.0/spec/lib/jasmine.extensions.js
|
||||
// FYI jasmine-jquery.d.ts (https://github.com/velesin/jasmine-jquery) also defines toContainHtml() and toContainText()
|
||||
|
||||
Reference in New Issue
Block a user