source: Dev/branches/rest-dojo-ui/client/dojox/form/FileInputBlind.js @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 317 bytes
Line 
1define([
2        "dojo/_base/lang",
3        "dojox/form/FileInputAuto"
4], function(lang, FileInputAuto){
5// FIXME: 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.