Added default initialization for local development

no issue
This commit is contained in:
Rish 2020-04-02 17:06:22 +05:30
parent f4f5a8331d
commit b782048421

View File

@ -13,6 +13,8 @@ function initMembersJS(data) {
);
}
initMembersJS();
window.GhostMembers = {
initMembersJS: initMembersJS
}