mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
knockout.viewmodel header was normalized.
This commit is contained in:
+5
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user