I was more hopping for something like:
{role: 'time', nountype: noun_type_date, optional: true}
or even better
{role: 'time', nountype: noun_type_date, default: null}
where default could be any value and the argument would be optional
when default is null.

On Sep 29, 2:19 am, satyr <[email protected]> wrote:
> Maybe:
>
> CmdUtils.CreateCommand({
>   name: "test default cancellation",
>   arguments: [{
>     role: "object",
>     nountype: noun_type_date,
>     default: CmdUtils.makeSugg(""),
>   }],
>
> });
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to