Merge pull request #4321 from SergioMorchon/patch-4

New Synchronous Asynchronous-loading option
This commit is contained in:
Masahiro Wakame
2015-05-12 01:52:56 +09:00
+1
View File
@@ -574,6 +574,7 @@ declare module KnockoutComponentTypes {
interface Config {
viewModel?: ViewModelFunction | ViewModelSharedInstance | ViewModelFactoryFunction | AMDModule;
template: string | Node[]| DocumentFragment | TemplateElement | AMDModule;
synchronous?: boolean;
}
interface ComponentConfig {