2003/06/16 07:58:57
[org.ibex.core.git] / src / org / xwt / SpecialBoxProperty.java
index b492e6c..c02314c 100644 (file)
@@ -690,7 +690,7 @@ class SpecialBoxProperty {
         Box b;
         public Apply(Box b) { super(); this.b = b; }
 
-        public Object call(Array args) throws JS.Exn {
+        public Object call(JS.Array args) throws JS.Exn {
 
             // apply a template
             if (args.elementAt(0) instanceof String) {