diff --git a/rhino.js b/rhino.js index a31a12f..ec489a3 100644 --- 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