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:
259 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/kernel", |
---|
3 | "dojo/_base/lang", |
---|
4 | "dijit/form/Select" |
---|
5 | ], function(kernel, lang, Select){ |
---|
6 | kernel.deprecated("dojox.form.DropDownSelect", "Use Select instead", "2.0"); |
---|
7 | |
---|
8 | lang.setObject("dojox.form.DropDownSelect", Select); |
---|
9 | return Select; |
---|
10 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.