Merge pull request #8921 from VyacheslavPritykin/master

New options have been added
This commit is contained in:
Igor Oleinikov
2016-04-09 10:31:15 -07:00

View File

@@ -535,6 +535,16 @@ interface KnockoutStatic {
};
components: KnockoutComponents;
/////////////////////////////////
// options.js
/////////////////////////////////
options: {
deferUpdates: boolean,
useOnlyNativeEvents: boolean
}
}
interface KnockoutBindingProvider {