Files
moodle/theme/bootstrapbase/javascript/moodlebootstrap.js
Damyon Wiese d2b6447870 MDL-49262 bootstrapbase: Lets use the standard jquery libraries
We have jquery+amd support. Lets use it to bring back the standard bootstrap jquery plugins.
2015-03-23 14:25:39 +08:00

7 lines
175 B
JavaScript

require(['core/first'], function() {
require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap) {
log.debug('Bootstrap initialised');
});
});