1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-31 10:40:10 +02:00

notifications: expose alertsService on window

This commit is contained in:
Kushagra Gour
2018-06-19 10:34:38 +05:30
parent 6865b8c562
commit 5966139818

View File

@@ -18,3 +18,4 @@ function addNotification(msg) {
export const alertsService = {
add: addNotification
};
window.alertsService = alertsService;