New options have been added

This commit is contained in:
Vyacheslav Pritykin
2016-04-09 14:21:58 +03:00
parent ec9eb4b28c
commit ad2462a2ee
+10
View File
@@ -535,6 +535,16 @@ interface KnockoutStatic {
};
components: KnockoutComponents;
/////////////////////////////////
// options.js
/////////////////////////////////
options: {
deferUpdates: boolean,
useOnlyNativeEvents: boolean
}
}
interface KnockoutBindingProvider {