Skip to content

Commit

Permalink
Merge branch 'MDL-49262-master' of git://github.com/damyon/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Mar 24, 2015
2 parents 4c243a2 + d2b6447 commit eaad7d3
Show file tree
Hide file tree
Showing 13 changed files with 2,279 additions and 2,196 deletions.
1 change: 1 addition & 0 deletions theme/bootstrapbase/amd/build/bootstrap.min.js

Large diffs are not rendered by default.

2,272 changes: 2,272 additions & 0 deletions theme/bootstrapbase/amd/src/bootstrap.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions theme/bootstrapbase/javascript/moodlebootstrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// We need to actually use the code manually here as this is tricky do in
// themes at present.
YUI().use('moodle-theme_bootstrapbase-bootstrap', function(Y) {
Y.Moodle.theme_bootstrapbase.bootstrap.init();

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

0 comments on commit eaad7d3

Please sign in to comment.