mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 09:04:43 +00:00
made sure text inputs / areas worked with data-theme
This commit is contained in:
parent
d03f3c6a33
commit
3a3953cd3f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
(function ( $ ) {
|
||||
$.widget( "mobile.textinput", $.mobile.widget, {
|
||||
options: {
|
||||
theme: undefined
|
||||
theme: null
|
||||
},
|
||||
_create: function(){
|
||||
var input = this.element,
|
||||
|
|
|
|||
Loading…
Reference in a new issue