summaryrefslogtreecommitdiff
path: root/misc/tabledrag.js
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-12 22:54:25 +0200
committerDries Buytaert <dries@buytaert.net>2011-04-12 22:54:25 +0200
commit8cdf750e0e431979dcea0009eb743959381c35d0 (patch)
tree041f0faf94f863c9c4e069a7fea6f1d7b1f6f06d /misc/tabledrag.js
parent00361a2c780209775cae007ee11a4ce60b525136 (diff)
downloadbrdo-8cdf750e0e431979dcea0009eb743959381c35d0.tar.gz
brdo-8cdf750e0e431979dcea0009eb743959381c35d0.tar.bz2
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
Diffstat (limited to 'misc/tabledrag.js')
-rw-r--r--misc/tabledrag.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tabledrag.js b/misc/tabledrag.js
index 7b526e511..b566168c3 100644
--- a/misc/tabledrag.js
+++ b/misc/tabledrag.js
@@ -1079,7 +1079,7 @@ Drupal.tableDrag.prototype.row.prototype.indent = function (indentDiff) {
/**
* Find all siblings for a row, either according to its subgroup or indentation.
- * Note that the passed in row is included in the list of siblings.
+ * Note that the passed-in row is included in the list of siblings.
*
* @param settings
* The field settings we're using to identify what constitutes a sibling.