Merge pull request #121 from BreeeZe/master

Added "isComputed" to knockout
This commit is contained in:
Boris Yankov
2012-12-11 13:36:55 -08:00
+1
View File
@@ -289,6 +289,7 @@ interface KnockoutStatic {
toJSON(viewModel: any, replacer?: Function, space?: any): string;
toJS(viewModel: any): any;
isObservable(instance: any): bool;
isComputed(instance: any): bool;
dataFor(node: any): any;
removeNode(node: Element);
cleanNode(node: Element);