Fix wrong property name (XenoLib.Notifications)

This commit is contained in:
_Lighty_ 2020-01-16 02:47:08 +01:00
parent 0e0af5df0d
commit 94cb2cfd5c
1 changed files with 1 additions and 1 deletions

View File

@ -1228,7 +1228,7 @@ var XenoLib = (() => {
document.querySelector('#app-mount').appendChild(DOMElement);
} catch (e) {
Logger.stacktrace('There has been an error loading the Notifications system, fallback object has been put in place to prevent errors', e);
XenoLib.notifications = {
XenoLib.Notifications = {
success(content, options = {}) {},
info(content, options = {}) {},
warning(content, options = {}) {},