source:
Dev/trunk/src/client/dojox/mobile/app/TextBox.js
@
529
Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 252 bytes |
Line | |
---|---|
1 | dojo.provide("dojox.mobile.app.TextBox"); |
2 | dojo.deprecated("dojox.mobile.app.TextBox is deprecated", "dojox.mobile.app.TextBox moved to dojox.mobile.TextBox", 1.8); |
3 | |
4 | dojo.require("dojox.mobile.TextBox"); |
5 | |
6 | dojox.mobile.app.TextBox = dojox.mobile.TextBox; |
Note: See TracBrowser
for help on using the repository browser.