MDL-49262 bootstrapbase: Add log to bootstrapbase init
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
require(['core/first'], function() {
|
||||
require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap) {
|
||||
require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap, log) {
|
||||
log.debug('Bootstrap initialised');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user