summaryrefslogtreecommitdiff
path: root/modules/field_ui
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-21 08:50:49 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-21 08:50:49 +0000
commit379ef5dbac428169cfff66dfd050525361f9b919 (patch)
tree67dd18dccf59f5c3603402002151a5d6a6085074 /modules/field_ui
parentcd3645af1a807e7cf25d53e3c76c243be7eb0136 (diff)
downloadbrdo-379ef5dbac428169cfff66dfd050525361f9b919.tar.gz
brdo-379ef5dbac428169cfff66dfd050525361f9b919.tar.bz2
#971440 by Azol: Small coding standards fixes for field_ui.js
Diffstat (limited to 'modules/field_ui')
-rw-r--r--modules/field_ui/field_ui.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/field_ui/field_ui.js b/modules/field_ui/field_ui.js
index 38ece520f..cd27bffd8 100644
--- a/modules/field_ui/field_ui.js
+++ b/modules/field_ui/field_ui.js
@@ -60,7 +60,7 @@ Drupal.fieldUIFieldOverview = {
// and label when field type comes pre-selected (on failed validation).
$(this).trigger('change', false);
});
- },
+ }
};
/**
@@ -242,7 +242,7 @@ Drupal.fieldUIOverview = {
// elements disabled only after firing the request.
$(ajaxElements).attr('disabled', true);
}
- },
+ }
};
@@ -325,7 +325,7 @@ Drupal.fieldUIDisplayOverview.field.prototype = {
refreshRows[this.name] = this.$formatSelect.get(0);
return refreshRows;
- },
+ }
};
})(jQuery);