Skip to content

Commit

Permalink
calendar MDL-23084 Added missing YUI requirment to event manager module
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jul 15, 2010
1 parent 6793952 commit 682050f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/yui/eventmanager/eventmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ YUI.add('moodle-calendar-eventmanager', function(Y) {
M.core_calendar = M.core_calendar || {}
Y.mix(M.core_calendar, EVENTMANAGER);

}, '@VERSION@', {requires:['base', 'node', 'event-mouseenter', 'overlay', 'moodle-calendar-eventmanager-skin']});
}, '@VERSION@', {requires:['base', 'node', 'event-mouseenter', 'overlay', 'moodle-calendar-eventmanager-skin', 'test']});

0 comments on commit 682050f

Please sign in to comment.