2003/10/01 03:10:00
[org.ibex.core.git] / src / org / xwt / Res.java
index cd0fc86..228b289 100644 (file)
@@ -12,6 +12,7 @@ import org.bouncycastle.util.encoders.Base64;
 public abstract class Res extends JS {
 
     public String getDescriptiveName() { return ""; }
+    public String typeName() { return "resource"; }
 
     /** cache of subresources so that the equality operator works on them */
     private Hash refCache = null;