]> git.proxmox.com Git - pve-jslint.git/commitdiff
predefine PMG
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Jan 2017 10:06:08 +0000 (11:06 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Jan 2017 10:06:08 +0000 (11:06 +0100)
rhino.js

index ec489a30bd977305cfcb1d161803549b77794416..d1892dc416f097851ae237bd12ffc08f01d99205 100644 (file)
--- a/rhino.js
+++ b/rhino.js
@@ -6,7 +6,7 @@
     }
 
     defaults = {
-       predef: ['Ext', 'PVE', 'PVE_vnc_console_event', 'FormData', 'gettext'],
+       predef: ['Ext', 'PVE', 'PMG', 'PVE_vnc_console_event', 'FormData', 'gettext'],
        devel:      true,
        'continue': true,   /// Allow continue statement
        bitwise:    true,   //  Allow bitwise operators