Changes between Initial Version and Version 1 of Ticket #14811, comment 4
- Timestamp:
- Feb 16, 2012, 2:12:28 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14811, comment 4
initial v1 1 Something I ran into, using the new loader . If you switch to using require() to load the Uploader instead of dojo.require. You should start by converting overt the tests in dojox/form/tests1 Something I ran into, using the new loader -- if you switch to using require() to load the Uploader instead of dojo.require **and** use the reference for Uploader passed in through the callback in define, instead of referencing it as dojox.form.Uploader. You could start by converting the tests in dojox/form/tests to use require instead of dojo.require.