jslint: globals

adds the global object proxmox to most files

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-09-28 13:45:40 +02:00 committed by Dietmar Maurer
parent 05e2764be8
commit 2c1d504e90
11 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('pmg-action-list', {
extend: 'Ext.data.Model',
fields: [

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('PMG.LDAPProfileSelector', {
extend: 'Proxmox.form.ComboGrid',
alias: 'widget.pmgLDAPProfileSelector',

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('PMG.LoginView', {
extend: 'Ext.container.Container',
xtype: 'loginview',

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('PMG.MainView', {
extend: 'Ext.container.Container',
xtype: 'mainview',

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('pmg-object-group', {
extend: 'Ext.data.Model',
fields: [ 'id', 'name', 'info' ],

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('PMG.RegexTester', {
extend: 'Ext.form.FieldContainer',
alias: 'widget.pmgRegexTester',

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('PMG.RuleInfo', {
extend: 'Ext.panel.Panel',
xtype: 'pmgRuleInfo',

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('PMG.ServerAdministration', {
extend: 'Ext.tab.Panel',
alias: 'widget.pmgServerAdministration',

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('PMG.ServerStatus', {
extend: 'Ext.panel.Panel',
alias: 'widget.pmgServerStatus',

View File

@ -1,3 +1,4 @@
/*global Proxmox*/
Ext.define('pmg-spam-archive', {
extend: 'Ext.data.Model',
fields: [

View File

@ -1,3 +1,4 @@
/*global Proxmox */
Ext.ns('PMG');
console.log("Starting PMG Manager");