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({
4747 * These are the default form fields that are always present in the connect dialog. Auth and
4848 * SSL fields are added/removed dynamically, depending on whether the options are expanded or
4949 * collapsed.
50+ *
51+ * @return {Array<InputView> }
5052 */
5153 fields : function ( ) {
5254 return [
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ module.exports = {
342342 mustSelect = mustSelect && d . value < message . selected [ 1 ] ;
343343 halfSelect = halfSelect || d . value + message . dx > message . selected [ 1 ] ;
344344 }
345- // mustSelect = lowerSelect && upperSelect;
345+ // mustSelect = lowerSelect && upperSelect;
346346 }
347347 if ( mustSelect ) {
348348 el . classList . add ( 'selected' ) ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ module.exports = Model.extend({
4242 // // return the string without key quotes for display in RefineBarView
4343 // }
4444 // },
45- /*eslint no-new: 0*/
45+ /* eslint no-new: 0 */
4646 valid : {
4747 deps : [ 'cleanString' ] ,
4848 fn : function ( ) {
You can’t perform that action at this time.
0 commit comments