Modified:
/trunk/src/com/google/minijoe/sys/JsFunction.java
=======================================
--- /trunk/src/com/google/minijoe/sys/JsFunction.java Sun Mar 15 17:00:11
2009
+++ /trunk/src/com/google/minijoe/sys/JsFunction.java Fri Oct 1 16:17:33
2010
@@ -150,7 +150,7 @@
private JsObjectFactory factory;
/** Object factory id if this is a native constructor. */
- private int factoryTypeId;
+ int factoryTypeId;
/** Evaluation context for this function. */
private JsObject context;