|
Small issue in cal/iCalendar.js: msg#00401web.dojo.devel
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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | release 0.4.1 bug triage: 00401, Bill Keese |
|---|---|
| Next by Date: | Re: [Dojo-interest] [ANN] 0.4.0 is released!: 00401, Jon Sykes |
| Previous by Thread: | release 0.4.1 bug triagei: 00401, Bill Keese |
| Next by Thread: | Re: Small issue in cal/iCalendar.js: 00401, Adam L. Peller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |