mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 05:04:46 +00:00
Fixed typo in reference to initSelector default value.
This commit is contained in:
parent
705ed4f308
commit
2c4615176d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
var initSelector = "input[type='checkbox'],input[type='radio']";
|
||||
|
||||
$( document ).bind( "pagecreate create", function( e ){
|
||||
$( $.mobile.checkboxradio.prototype.options.initSelector, e.target )
|
||||
$( initSelector, e.target )
|
||||
.not( ":jqmData(role='none'), :jqmData(role='nojs')" )
|
||||
.checkboxradio();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue