mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Speedup KnockoutJS by simplifying components loader system.
Custom loaders are not used, so it is removed
This commit is contained in:
parent
4142526ba6
commit
bcc3dc51ef
5 changed files with 286 additions and 620 deletions
|
|
@ -23,7 +23,7 @@ knockoutDebugCallback([
|
|||
'src/binding/bindingProvider.js',
|
||||
'src/binding/bindingAttributeSyntax.js',
|
||||
'src/components/loaderRegistry.js',
|
||||
'src/components/defaultLoader.js',
|
||||
// 'src/components/defaultLoader.js',
|
||||
// 'src/components/customElements.js',
|
||||
'src/components/componentBinding.js',
|
||||
'src/binding/defaultBindings/attr.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue