Properly wrap internal __node__ property.

This commit is contained in:
hns 2003-07-02 16:18:13 +00:00
parent 6dcb82dc2f
commit 19d1f286e9

View file

@ -663,7 +663,7 @@ public class HopObject extends ScriptableObject {
}
if ("__node__".equals(name)) {
return node;
return new NativeJavaObject(core.global, node, null);
}
if ("__created__".equalsIgnoreCase(name)) {