mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-08 16:40:59 +00:00
removed trailing comma.
This commit is contained in:
parent
358501409b
commit
c9bc4880a9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
(function ( $ ) {
|
||||
$.widget( "mobile.textinput", $.mobile.widget, {
|
||||
options: {
|
||||
theme: undefined,
|
||||
theme: undefined
|
||||
},
|
||||
_create: function(){
|
||||
var input = this.element,
|
||||
|
|
|
|||
Loading…
Reference in a new issue