From 7ce2f6f34f2489b3e706792a24670227a67dcad5 Mon Sep 17 00:00:00 2001 From: hns Date: Mon, 13 Aug 2001 13:48:44 +0000 Subject: [PATCH] registered changes to Evaluator and ESLoader classes --- src/FESI/FESI.changes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/FESI/FESI.changes b/src/FESI/FESI.changes index 549b0193..f2cb4905 100644 --- a/src/FESI/FESI.changes +++ b/src/FESI/FESI.changes @@ -19,4 +19,7 @@ Changes to standard FESI distribution (1.1.4) for Hop the prototype after the object was created. - Changed FESI.Interpreter.EcmaScriptEvaluateVisitor to use .equals instead of == in equal method for helma.framework.core.ESNode objects, since different - wrappers may wrap the same object. \ No newline at end of file + wrappers may wrap the same object. +- Added RequestEvaluator reval field to FESI.Interpreter.Evaluator in order to + let ESLoader crate wrappers with correct prototype for path element objects. +