summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/tabledrag.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tabledrag.js b/misc/tabledrag.js
index 7956aff6c..0a6041c43 100644
--- a/misc/tabledrag.js
+++ b/misc/tabledrag.js
@@ -46,7 +46,7 @@ Drupal.tableDrag = function(table, tableSettings) {
this.oldRowElement = null; // Remember the previous element.
this.oldY = 0; // Used to determine up or down direction from last mouse move.
this.changed = false; // Whether anything in the entire table has changed.
- this.maxDepth = 0 // Maximum amount of allowed parenting.
+ this.maxDepth = 0; // Maximum amount of allowed parenting.
// Configure the scroll settings.
this.scrollSettings = { amount: 4, interval: 50, trigger: 70 };
@@ -572,7 +572,7 @@ Drupal.tableDrag.prototype.updateFields = function(changedRow) {
// the source rows for each seperately.
this.updateField(changedRow, group);
}
-}
+};
/**
* After the row is dropped, update a single table field according to specific