Merge pull request #804 from skideh/master

Added ko.unwrap shortcut
This commit is contained in:
Boris Yankov
2013-07-28 10:36:01 -07:00
+1
View File
@@ -402,6 +402,7 @@ interface KnockoutStatic {
cleanNode(node: Element);
renderTemplate(template: Function, viewModel: any, options?: any, target?: any, renderMode?: any);
renderTemplate(template: string, viewModel: any, options?: any, target?: any, renderMode?: any);
unwrap(value: any): any;
//////////////////////////////////
// templateSources.js