added knockout.punches-tests + headers to type definitions

This commit is contained in:
stephen.lautier
2015-04-25 12:29:03 +02:00
parent b0c8411b30
commit 0e75ece1a4
2 changed files with 16 additions and 1 deletions
@@ -0,0 +1,8 @@
/// <reference path="../knockout.punches/knockout.punches.d.ts" />
function test_enable() {
ko.punches.enableAll();
}
+8 -1
View File
@@ -1,4 +1,11 @@
interface KnockoutPunchesStatic {
// Type definitions for knockout.punches 0.5.1
// Project: https://github.com/mbest/knockout.punches
// Definitions by: Stephen Lautier <https://github.com/johnnyreilly>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../knockout/knockout.d.ts" />
interface KnockoutPunchesStatic {
enableAll(): void;
}