source:
Dev/trunk/src/client/dojox/form/FileInputBlind.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 316 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define([ |
2 | "dojo/_base/lang", | |
3 | "dojox/form/FileInputAuto" | |
4 | ], function(lang, FileInputAuto){ | |
5 | // TODO: break out code in 2.0. Leave this stub in place until then. Leave FileInputBlind code in Auto.js for | |
6 | // backwards compatibility. | |
7 | lang.setObject("dojox.form.FileInputBlind", FileInputAuto); | |
8 | return FileInputAuto; | |
9 | }); |
Note: See TracBrowser
for help on using the repository browser.