File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ var ConnectFormView = FormView.extend({
47
47
* These are the default form fields that are always present in the connect dialog. Auth and
48
48
* SSL fields are added/removed dynamically, depending on whether the options are expanded or
49
49
* collapsed.
50
+ *
51
+ * @return {Array<InputView> }
50
52
*/
51
53
fields : function ( ) {
52
54
return [
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ module.exports = {
342
342
mustSelect = mustSelect && d . value < message . selected [ 1 ] ;
343
343
halfSelect = halfSelect || d . value + message . dx > message . selected [ 1 ] ;
344
344
}
345
- // mustSelect = lowerSelect && upperSelect;
345
+ // mustSelect = lowerSelect && upperSelect;
346
346
}
347
347
if ( mustSelect ) {
348
348
el . classList . add ( 'selected' ) ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ module.exports = Model.extend({
42
42
// // return the string without key quotes for display in RefineBarView
43
43
// }
44
44
// },
45
- /*eslint no-new: 0*/
45
+ /* eslint no-new: 0 */
46
46
valid : {
47
47
deps : [ 'cleanString' ] ,
48
48
fn : function ( ) {
You can’t perform that action at this time.
0 commit comments