MDL-49262 bootstrapbase: Add log to bootstrapbase init

This commit is contained in:
Andrew Nicols 2015-03-25 13:41:34 +08:00
parent a824e60ab6
commit 7db6d31bf0

View File

@ -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');
});
});