source: Dev/branches/rest-dojo-ui/client/dojo/tests/io/scriptSimple.js @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 112 bytes
Line 
1myTasks = new Array();
2myTasks[0] = 'Take out trash.';
3myTasks[1] = 'Do dishes.';
4myTasks[2] = 'Brush teeth.';
5
Note: See TracBrowser for help on using the repository browser.