Files
notifications-admin/app/assets/javascripts/modules/init.js
T

5 lines
220 B
JavaScript
Raw Normal View History

2025-10-06 09:38:54 -04:00
// 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 || {};