From 1c1609d473f97288c45c50c058b79453f63e2de0 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 21 Nov 2011 13:01:35 +0100 Subject: [PATCH] add 'gettext' to predefs --- rhino.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2