source: Dev/trunk/src/client/dojox/form/FileInputBlind.js @ 529

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

Added Dojo 1.9.3 release.

File size: 316 bytes
Line 
1define([
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.