fix(calendar(js)): improve debugging in Component factory

pull/275/head
Francis Lachapelle 2020-06-25 15:58:40 -04:00
parent 7972257692
commit 8933fae461
1 changed files with 1 additions and 1 deletions

View File

@ -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;