File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/class/qxl/demobrowser/demo/virtual Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ qx.Class.define("qxl.demobrowser.demo.virtual.SelectBox",
300
300
var selectBox = new qx . ui . form . VirtualSelectBox ( model ) . set ( {
301
301
incrementalSearch : true ,
302
302
highlightMode : 'plain'
303
- } ;
303
+ } ) ;
304
304
container . add ( selectBox ) ;
305
305
306
306
return container ;
@@ -323,7 +323,7 @@ qx.Class.define("qxl.demobrowser.demo.virtual.SelectBox",
323
323
var selectBox = new qx . ui . form . VirtualSelectBox ( model ) . set ( {
324
324
incrementalSearch : true ,
325
325
highlightMode : 'html'
326
- } ;
326
+ } ) ;
327
327
container . add ( selectBox ) ;
328
328
329
329
return container ;
@@ -345,7 +345,7 @@ qx.Class.define("qxl.demobrowser.demo.virtual.SelectBox",
345
345
var selectBox = new qx . ui . form . VirtualSelectBox ( model ) . set ( {
346
346
incrementalSearch : true ,
347
347
highlightMode : 'none'
348
- } ;
348
+ } ) ;
349
349
container . add ( selectBox ) ;
350
350
351
351
return container ;
You can’t perform that action at this time.
0 commit comments