made JSPrimitive subclasses public
[org.ibex.js.git] / src / org / ibex / js / JSPrimitive.java
index e011453..b4f3c9c 100644 (file)
@@ -4,7 +4,7 @@
 
 package org.ibex.js;
 
-class JSPrimitive extends JS.Immutable {
+public class JSPrimitive extends JS.Immutable {
     private static final JS.Method METHOD = new JS.Method();
 
     public JS call(JS method, JS[] args) throws JSExn {