added/fixed headers k-n

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 01:19:01 +01:00
parent 950d0d85a7
commit 5d95684e19
17 changed files with 55 additions and 22 deletions
+5 -4
View File
@@ -1,7 +1,8 @@
/// <reference path="../knockout/knockout.d.ts" />
// Type definitions for knockout-editables 0.9
// Project:http://romanych.github.com/ko.editables/
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// build: ko.editables 0.9
// http://romanych.github.com/ko.editables/
/// <reference path="../knockout/knockout.d.ts" />
// bestowed by ko.editable(target)
interface KnockoutEditable {
@@ -27,4 +28,4 @@ interface KnockoutEditableStatic {
// extend ko global
interface KnockoutStatic {
editable: KnockoutEditableStatic;
}
}