mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 10:55:08 +00:00
fix(calendar(js)): improve debugging in Component factory
This commit is contained in:
@@ -441,7 +441,7 @@
|
||||
}, components);
|
||||
}
|
||||
|
||||
Component.$log.debug('list of ' + type + ' ready (' + components.length + ')');
|
||||
Component.$log.debug('list of ' + type + ' ready (' + _.size(components) + ')');
|
||||
|
||||
// Save the list of components to the object model
|
||||
Component['$' + type] = components;
|
||||
|
||||
Reference in New Issue
Block a user