mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-11 13:54:03 -05:00
5 lines
220 B
JavaScript
5 lines
220 B
JavaScript
|
|
// Initialize the NotifyModules namespace
|
||
|
|
// This file MUST be loaded first in the build to ensure window.NotifyModules exists
|
||
|
|
// before any other modules try to use it
|
||
|
|
window.NotifyModules = window.NotifyModules || {};
|