source:
Dev/trunk/src/client/dojox/mobile/app/TextBox.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 252 bytes |
Rev | Line | |
---|---|---|
[483] | 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.