File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 108108
109109 /* empty */
110110 $ ( ".empty select" ) . selectmenu ( ) ;
111-
111+
112112 /* width */
113113 $ ( "#width_auto1, #width_auto2" ) . selectmenu ( ) ;
114-
114+
115115 $ ( "#width_js1, #width_js2" ) . selectmenu ( {
116116 width : 200
117117 } ) ;
118-
118+
119119 var widthMenu = $ ( "#width_menu" ) . selectmenu ( ) ;
120120 widthMenu . selectmenu ( "menuWidget" ) . addClass ( "width-menu" ) ;
121-
121+
122122 } ) ;
123123 </ script >
124124 < style >
128128 select { width : 200px ; }
129129
130130 .ui-selectmenu-button { display : block; margin-bottom : 1em ;}
131-
131+
132132 /* width */
133133 .width-menu { width : 196px ; }
134134 </ style >
@@ -267,7 +267,7 @@ <h2>Width tests</h2>
267267 < option > Width test 2</ option >
268268 < option > Width test 3 Width test 3 Width test 3</ option >
269269 </ select >
270-
270+
271271 < label for ="width_js1 "> Width set by JS</ label >
272272 < select name ="width_js1 " id ="width_js1 ">
273273 < option > Width test 1</ option >
@@ -280,14 +280,14 @@ <h2>Width tests</h2>
280280 < option > Width test 1</ option >
281281 < option > Width test 2</ option >
282282 < option > Width test 3 Width test 3 Width test 3</ option >
283- </ select >
283+ </ select >
284284
285285 < label for ="width_menu "> Width set by JS with long option</ label >
286286 < select name ="width_menu " id ="width_menu ">
287287 < option > Width test 1</ option >
288288 < option > Width test 2</ option >
289289 < option > Width test 3 Width test 3 Width test 3</ option >
290- </ select >
290+ </ select >
291291 </ fieldset >
292292</ form >
293293
You can’t perform that action at this time.
0 commit comments