mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Added dep on textinput
This commit is contained in:
parent
69d69092d5
commit
83cd583e33
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
|
||||
define( [ "jquery.mobile.listview" ], function() {
|
||||
define( [ "jquery.mobile.listview", "jquery.mobile.forms.textinput" ], function() {
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
(function( $, undefined ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue