Added the vars prop to the global app object

This commit is contained in:
Alex Tselegidis 2021-12-17 10:44:52 +01:00
parent bd363d0725
commit 28c55ba09c

View file

@ -16,6 +16,7 @@ window.App = (function () {
Lang: {}, Lang: {},
Layouts: {}, Layouts: {},
Pages: {}, Pages: {},
Utils: {} Utils: {},
Vars: {}
}; };
})(); })();