2003/10/01 03:10:00
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:38:53 +0000 (07:38 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:38:53 +0000 (07:38 +0000)
darcs-hash:20040130073853-2ba56-1f3fb242009c55c741f04c00a79c34ad46cbd27b.gz

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;