From 5038c5d3df6353542f66acbb231316fb74d0f20c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 21 Jul 2010 00:26:21 +0000 Subject: - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers. --- misc/tabledrag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/tabledrag.js') 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; } -- cgit v1.2.3