mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Fixed .. typo
This commit is contained in:
parent
cecf7cf06f
commit
82bbcf166d
@ -8,7 +8,7 @@ casper.notebook_test(function () {
|
||||
|
||||
var combo_selector = '.widget-area .widget-subarea .widget-hbox-single .btn-group .widget-combo-btn';
|
||||
var multibtn_selector = '.widget-area .widget-subarea .widget-hbox-single .btn-group[data-toggle="buttons-radio"]';
|
||||
var radio_selector = '.widget-area .widget-subarea .widget-hbox ..widget-radio-box';
|
||||
var radio_selector = '.widget-area .widget-subarea .widget-hbox .widget-radio-box';
|
||||
var list_selector = '.widget-area .widget-subarea .widget-hbox .widget-listbox';
|
||||
|
||||
var selection_index;
|
||||
|
Loading…
Reference in New Issue
Block a user