mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
added/fixed headers k-n
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+5
-4
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user