This commit is contained in:
Juan Luis Boya García
2016-03-19 18:07:42 +01:00
3 changed files with 315 additions and 86 deletions
+309 -85
View File
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
View File
@@ -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()