Merge branch 'MDL-43212-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Sam Hemelryk 2013-12-10 09:07:11 +13:00
commit c8d6ee9870

View File

@ -1,7 +0,0 @@
/**
* This module provides backwards compatability and should be removed
* entirely in Moodle 2.5
*/
YUI.add('moodle-enrol-notification', function(Y) {
console.log("You are using a deprecated name. Please update your YUI module to use moodle-core-notification instead of moodle-enrol-notification");
}, '@VERSION@', {requires:['base','node','overlay','event-key', 'moodle-core-notification']});