From c0c1b7ac979e3a7a300d4351a4a7405aba4d3206 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 5 Dec 2013 09:42:31 +0800 Subject: [PATCH] MDL-43212 JavaScript: Remove deprecated moodle-enrol-notification --- enrol/yui/notification/notification.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 enrol/yui/notification/notification.js diff --git a/enrol/yui/notification/notification.js b/enrol/yui/notification/notification.js deleted file mode 100644 index f2bf542a384..00000000000 --- a/enrol/yui/notification/notification.js +++ /dev/null @@ -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']});