source: Dev/trunk/src/client/dojo/tests/io/scriptSimple.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 112 bytes
RevLine 
[483]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.