> > While we are at it, how to go about params that can be be a string or a > > number (like speed)? Just stating the argument is an object is ambiguous > > to me. > > > > What about: @param Integer|String ?
Since there is no Integer data type I'd stick with Number and doc the supported/expected values. For example: @param Number|String integer value in the range [0-1000].... Mike _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
