]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Utils.js
Turn PVE.Utils into a singleton
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 18 Oct 2016 10:13:55 +0000 (12:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 18 Oct 2016 10:40:28 +0000 (12:40 +0200)
commit9fa2e36d3acfe083d3b2a864610e20ec0b554940
tree02be00b98dd5b745f4cf9408b24a7779e3bca701
parentf0bbc084199679bf226f8a7b360769048730b0fa
Turn PVE.Utils into a singleton

This will allow us to add contructed values ( regexp a = stringA + stringB )
into the constructor.
Access to the PVE.Utils properties and methods stays the same.
www/manager6/Utils.js