mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
whitespace
This commit is contained in:
parent
629ef9a024
commit
3b7ab6dac7
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
(function( $, undefined ) {
|
||||
var extendSelect = function( widget ){
|
||||
|
||||
var select = widget.select,
|
||||
var select = widget.select,
|
||||
selectID = widget.selectID,
|
||||
label = widget.label,
|
||||
thisPage = widget.select.closest( ".ui-page" ),
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
self.list.listview();
|
||||
},
|
||||
|
||||
_button: function(){
|
||||
_button: function(){
|
||||
return $( "<a>", {
|
||||
"href": "#",
|
||||
"role": "button",
|
||||
|
|
|
|||
Loading…
Reference in a new issue