mirror of
https://git.proxmox.com/git/pve-jslint
synced 2025-08-11 21:40:32 +00:00
add 'Proxmox' to globals
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
c269e07800
commit
7877ef9f8f
2
rhino.js
2
rhino.js
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
predef: ['Ext', 'PVE', 'PMG', 'PVE_vnc_console_event', 'FormData', 'gettext'],
|
predef: ['Ext', 'PVE', 'PMG', 'PVE_vnc_console_event', 'FormData', 'gettext', 'Proxmox'],
|
||||||
devel: true,
|
devel: true,
|
||||||
'continue': true, /// Allow continue statement
|
'continue': true, /// Allow continue statement
|
||||||
bitwise: true, // Allow bitwise operators
|
bitwise: true, // Allow bitwise operators
|
||||||
|
Loading…
Reference in New Issue
Block a user