]> git.proxmox.com Git - proxmox-backup.git/blame - www/Utils.js
rename api3 back to api2
[proxmox-backup.git] / www / Utils.js
CommitLineData
03862a2e
DM
1/*global Proxmox */
2Ext.ns('PBS');
3
4console.log("Starting Backup Server GUI");
5
6Ext.define('PBS.Utils', {
7 singleton: true,
8
03862a2e
DM
9 constructor: function() {
10 var me = this;
11
12 // do whatever you want here
13 }
14});