Skip to content

Commit 4dcb65f

Browse files
committed
fixing spaces
1 parent 59e8ee3 commit 4dcb65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.mobile.forms.checkboxradio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ $.widget( "mobile.checkboxradio", $.mobile.widget, {
1818

1919
if ( inputtype != "checkbox" && inputtype != "radio" ) { return; }
2020

21-
// If there's no selected theme...
21+
// If there's no selected theme...
2222
if( !this.options.theme ) {
2323
this.options.theme = this.element.data( "theme" );
2424
}
25-
25+
2626
label
2727
.buttonMarkup({
2828
theme: this.options.theme,

0 commit comments

Comments
 (0)