]> git.proxmox.com Git - pve-jslint.git/commitdiff
add 'gettext' to predefs
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Nov 2011 12:01:35 +0000 (13:01 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Nov 2011 12:01:35 +0000 (13:01 +0100)
rhino.js

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