forked from mirrors/easyappointments
Added the vars prop to the global app object
This commit is contained in:
parent
bd363d0725
commit
28c55ba09c
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ window.App = (function () {
|
||||||
Lang: {},
|
Lang: {},
|
||||||
Layouts: {},
|
Layouts: {},
|
||||||
Pages: {},
|
Pages: {},
|
||||||
Utils: {}
|
Utils: {},
|
||||||
|
Vars: {}
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue