Skip to content

Commit

Permalink
MDL-50438 filter_glossary: Added missing exception classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mastny committed Jun 2, 2015
1 parent 0c6faf4 commit d2be12c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ M.filter_glossary.init_filter_autolinking = function(config) {
"event-delegate",
"overlay",
"moodle-core-event",
"moodle-core-notification-alert"
"moodle-core-notification-alert",
"moodle-core-notification-exception",
"moodle-core-notification-ajaxexception"
]
});

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ M.filter_glossary.init_filter_autolinking = function(config) {
"event-delegate",
"overlay",
"moodle-core-event",
"moodle-core-notification-alert"
"moodle-core-notification-alert",
"moodle-core-notification-exception",
"moodle-core-notification-ajaxexception"
]
});
4 changes: 3 additions & 1 deletion filter/glossary/yui/src/autolinker/meta/autolinker.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"event-delegate",
"overlay",
"moodle-core-event",
"moodle-core-notification-alert"
"moodle-core-notification-alert",
"moodle-core-notification-exception",
"moodle-core-notification-ajaxexception"
]
}
}

0 comments on commit d2be12c

Please sign in to comment.