mirror of
https://git.proxmox.com/git/pve-jslint
synced 2025-04-28 19:43:33 +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 = {
|
||||
predef: ['Ext', 'PVE', 'PMG', 'PVE_vnc_console_event', 'FormData', 'gettext'],
|
||||
predef: ['Ext', 'PVE', 'PMG', 'PVE_vnc_console_event', 'FormData', 'gettext', 'Proxmox'],
|
||||
devel: true,
|
||||
'continue': true, /// Allow continue statement
|
||||
bitwise: true, // Allow bitwise operators
|
||||
|
Loading…
Reference in New Issue
Block a user