moodle/theme/bootstrap/javascript/moodlebootstrap.js
2013-04-09 23:50:51 +01:00

6 lines
207 B
JavaScript

// We need to actually use the code manually here as this is tricky do in
// themes at present.
YUI().use('moodle-theme_bootstrap-bootstrap', function(Y) {
Y.Moodle.theme_bootstrap.bootstrap.init();
});