|
|
Re: Small issue in cal/iCalendar.js: msg#00403
web.dojo.devel
|
Subject: |
Re: Small issue in cal/iCalendar.js |
Sebastian, please submit a bug in trac. Log in as guest/guest.
On 10/24/06, Sebastian Werner <info@xxxxxxxxxxxxxxxxxxxx> wrote:
Hi!
I just found a small error in iCalendar.js:
[_P("action", 1, true), _P("attach", 1, true), _P("trigger", 1, true),
[_P("duration", 1), _P("repeat", 1)],
_P("description", 1)],
];
The last comma behind the closing "];" is wrong. It should be:
[_P("action", 1, true), _P("attach", 1, true), _P("trigger", 1, true),
[_P("duration", 1), _P("repeat", 1)],
_P("description", 1)]
];
Cheers,
Sebastian
_______________________________________________
dojo-contributors mailing list
dojo-contributors@xxxxxxxxxxxxxxx
http://dojotoolkit.org/mailman/listinfo/dojo-contributors
|
|