knockout.viewmodel header was normalized.

This commit is contained in:
Diullei Gomes 2013-02-16 18:31:46 -02:00
parent c4fdf42c6a
commit 07807fedb8

View File

@ -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;