Skip to content
Snippets Groups Projects
Commit 379ef5db authored by Angie Byron's avatar Angie Byron
Browse files

#971440 by Azol: Small coding standards fixes for field_ui.js

parent cd3645af
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ Drupal.fieldUIFieldOverview = { ...@@ -60,7 +60,7 @@ Drupal.fieldUIFieldOverview = {
// and label when field type comes pre-selected (on failed validation). // and label when field type comes pre-selected (on failed validation).
$(this).trigger('change', false); $(this).trigger('change', false);
}); });
}, }
}; };
/** /**
...@@ -242,7 +242,7 @@ Drupal.fieldUIOverview = { ...@@ -242,7 +242,7 @@ Drupal.fieldUIOverview = {
// elements disabled only after firing the request. // elements disabled only after firing the request.
$(ajaxElements).attr('disabled', true); $(ajaxElements).attr('disabled', true);
} }
}, }
}; };
...@@ -325,7 +325,7 @@ Drupal.fieldUIDisplayOverview.field.prototype = { ...@@ -325,7 +325,7 @@ Drupal.fieldUIDisplayOverview.field.prototype = {
refreshRows[this.name] = this.$formatSelect.get(0); refreshRows[this.name] = this.$formatSelect.get(0);
return refreshRows; return refreshRows;
}, }
}; };
})(jQuery); })(jQuery);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment