mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
knockout.viewmodel header was normalized.
This commit is contained in:
parent
c4fdf42c6a
commit
07807fedb8
8
knockout.viewmodel/knockout.viewmodel.d.ts
vendored
8
knockout.viewmodel/knockout.viewmodel.d.ts
vendored
@ -1,7 +1,9 @@
|
||||
/// <reference path="../knockout/knockout.d.ts" />
|
||||
// Type definitions for Knockout Viewmodel 1.1.3
|
||||
// Project: http://coderenaissance.github.com/knockout.viewmodel/
|
||||
// Definitions by: Oisin Grehan <https://github.com/oising>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// build: knockout.viewmodel 1.1.3
|
||||
// http://coderenaissance.github.com/knockout.viewmodel/
|
||||
/// <reference path="../knockout/knockout.d.ts" />
|
||||
|
||||
interface KnockoutViewModelStatic {
|
||||
toModel(viewmodel: any): any;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user