5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-10 01:18:06 +03:00
proxmox-backup/www/Utils.js

15 lines
215 B
JavaScript
Raw Normal View History

/*global Proxmox */
Ext.ns('PBS');
console.log("Starting Backup Server GUI");
Ext.define('PBS.Utils', {
singleton: true,
constructor: function() {
var me = this;
// do whatever you want here
}
});