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: {},
Layouts: {},
Pages: {},
Utils: {}
Utils: {},
Vars: {}
};
})();