mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
added/fixed headers k-n
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+7
-2
@@ -1,4 +1,9 @@
|
||||
/// <reference path="../backbone/backbone.d.ts" />
|
||||
// Type definitions for Knockback.js
|
||||
// Project: http://kmalakoff.github.io/knockback/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../backbone/backbone.d.ts" />
|
||||
/// <reference path="../knockout/knockout.d.ts" />
|
||||
|
||||
declare module Knockback {
|
||||
@@ -215,4 +220,4 @@ declare module Knockback {
|
||||
|
||||
}
|
||||
|
||||
declare var kb: Knockback.Static;
|
||||
declare var kb: Knockback.Static;
|
||||
|
||||
Reference in New Issue
Block a user