Added missing util method "isComputed"

This commit is contained in:
BreeeZe
2012-12-11 22:21:10 +01:00
parent ab426fffdd
commit 45a825465e
+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);