Comment spelling changes.

This commit is contained in:
Gerald Young 2005-04-16 03:07:41 +00:00
parent e34932fac2
commit cd83598f7c

View file

@ -1,6 +1,6 @@
//constructor for a new file upload control object. The object generates file upload boxes based on user
//input. Each file upload input is named "file" the control must be rendered in a form. The
//Worspace id is the id of the div in the html page to rener the control in.
//Workspace id is the id of the div in the html page to render the control in.
function FileUploadControl(workspaceId, imageArray) {