summaryrefslogtreecommitdiff
path: root/misc/tabledrag.js
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-21 00:26:21 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-21 00:26:21 +0000
commit5038c5d3df6353542f66acbb231316fb74d0f20c (patch)
tree606b98dc7ab4c483c959b5cb22d3ec618f4e377a /misc/tabledrag.js
parentd58ac9fd645314d82b6ad1d07d4a626fda517bdb (diff)
downloadbrdo-5038c5d3df6353542f66acbb231316fb74d0f20c.tar.gz
brdo-5038c5d3df6353542f66acbb231316fb74d0f20c.tar.bz2
- Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.
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 62d8ae011..572633dbf 100644
--- a/misc/tabledrag.js
+++ b/misc/tabledrag.js
@@ -681,7 +681,7 @@ Drupal.tableDrag.prototype.updateFields = function (changedRow) {
Drupal.tableDrag.prototype.updateField = function (changedRow, group) {
var rowSettings = this.rowSettings(group, changedRow);
- // Set the row as it's own target.
+ // Set the row as its own target.
if (rowSettings.relationship == 'self' || rowSettings.relationship == 'group') {
var sourceRow = changedRow;
}