Skip to content

Commit

Permalink
removed trailing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Nov 5, 2010
1 parent 3585014 commit c9bc488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.forms.textinput.js
Expand Up @@ -7,7 +7,7 @@
(function ( $ ) {
$.widget( "mobile.textinput", $.mobile.widget, {
options: {
theme: undefined,
theme: undefined
},
_create: function(){
var input = this.element,
Expand Down

0 comments on commit c9bc488

Please sign in to comment.