mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-02 03:20:15 +02:00
notifications: expose alertsService on window
This commit is contained in:
@@ -18,3 +18,4 @@ function addNotification(msg) {
|
|||||||
export const alertsService = {
|
export const alertsService = {
|
||||||
add: addNotification
|
add: addNotification
|
||||||
};
|
};
|
||||||
|
window.alertsService = alertsService;
|
||||||
|
Reference in New Issue
Block a user